mirror of https://github.com/acidanthera/audk.git
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:
parent
2df2d35ab2
commit
fb01cb5389
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue