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
This commit is contained in:
Ruiyu Ni 2015-08-28 02:46:22 +00:00 committed by niruiyu
parent 2df2d35ab2
commit fb01cb5389
1 changed files with 1 additions and 1 deletions

View File

@ -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;