]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Change the EFI_ACPI_PNP_HID_END to EFI_PNP_ID (0x0000)
authorRuiyu Ni <ruiyu.ni@intel.com>
Fri, 28 Aug 2015 02:46:22 +0000 (02:46 +0000)
committerniruiyu <niruiyu@Edk2>
Fri, 28 Aug 2015 02:46:22 +0000 (02:46 +0000)
The current value doesn't follow the PI 1.4 spec.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18341 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Ppi/SuperIo.h

index 21f91485c31b16d570a5b125825b65978560dba5..81c9180945031f967ca31115e00e353a0da7a637 100644 (file)
@@ -142,7 +142,7 @@ EFI_STATUS
 ///\r
 /// Specifies the end of the information list.\r
 ///\r
 ///\r
 /// Specifies the end of the information list.\r
 ///\r
-#define EFI_ACPI_PNP_HID_END       0\r
+#define EFI_ACPI_PNP_HID_END       EFI_PNP_ID (0x0000)\r
 \r
 typedef UINT32                     EFI_ACPI_HID;\r
 typedef UINT32                     EFI_ACPI_UID;\r
 \r
 typedef UINT32                     EFI_ACPI_HID;\r
 typedef UINT32                     EFI_ACPI_UID;\r