Revision: 18341
          http://sourceforge.net/p/edk2/code/18341
Author:   niruiyu
Date:     2015-08-28 02:46:22 +0000 (Fri, 28 Aug 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Ppi/SuperIo.h

Modified: trunk/edk2/MdePkg/Include/Ppi/SuperIo.h
===================================================================
--- trunk/edk2/MdePkg/Include/Ppi/SuperIo.h     2015-08-28 02:45:50 UTC (rev 
18340)
+++ trunk/edk2/MdePkg/Include/Ppi/SuperIo.h     2015-08-28 02:46:22 UTC (rev 
18341)
@@ -142,7 +142,7 @@
 ///
 /// 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;


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to