diff options
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Ppi/SuperIo.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|