From: Ruiyu Ni Date: Fri, 28 Aug 2015 02:46:22 +0000 (+0000) Subject: MdePkg: Change the EFI_ACPI_PNP_HID_END to EFI_PNP_ID (0x0000) X-Git-Tag: edk2-stable201903~8951 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=fb01cb5389b1e641cd02a460e22873ff3cb9f105 MdePkg: Change the EFI_ACPI_PNP_HID_END to EFI_PNP_ID (0x0000) The current value doesn't follow the PI 1.4 spec. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18341 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Include/Ppi/SuperIo.h b/MdePkg/Include/Ppi/SuperIo.h index 21f91485c3..81c9180945 100644 --- a/MdePkg/Include/Ppi/SuperIo.h +++ b/MdePkg/Include/Ppi/SuperIo.h @@ -142,7 +142,7 @@ EFI_STATUS /// /// Specifies the end of the information list. /// -#define EFI_ACPI_PNP_HID_END 0 +#define EFI_ACPI_PNP_HID_END EFI_PNP_ID (0x0000) typedef UINT32 EFI_ACPI_HID; typedef UINT32 EFI_ACPI_UID;