diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-08-28 02:46:22 +0000 |
---|---|---|
committer | niruiyu <niruiyu@Edk2> | 2015-08-28 02:46:22 +0000 |
commit | fb01cb5389b1e641cd02a460e22873ff3cb9f105 (patch) | |
tree | 011d6e0b148a528753fe96f54fe96ea06aafbe26 /MdePkg | |
parent | 2df2d35ab2a101e8152addb2a33598e24c2e1f83 (diff) | |
download | edk2-platforms-fb01cb5389b1e641cd02a460e22873ff3cb9f105.tar.xz |
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 <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
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;
|