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]> Cc: Liming Gao <[email protected]> --- MdePkg/Include/Ppi/SuperIo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdePkg/Include/Ppi/SuperIo.h b/MdePkg/Include/Ppi/SuperIo.h index 21f9148..81c9180 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; -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

