ACPI 5.0: Update EINJ definition.

Fixes some small issues/changes in the table definition.
This commit is contained in:
Robert Moore 2011-08-03 09:25:39 -07:00 committed by Lin Ming
parent 0996ddb911
commit f16d73dbe4

View File

@ -358,16 +358,16 @@ typedef struct acpi_einj_error_type_with_addr
UINT32 ApicId;
UINT64 Address;
UINT64 Range;
UINT32 PcieSbdf;
UINT32 PcieId;
} ACPI_EINJ_ERROR_TYPE_WITH_ADDR;
typedef struct acpi_einj_vendor
{
UINT32 Length;
UINT32 Sbdf;
UINT32 PcieId;
UINT16 VendorId;
UINT32 DeviceId;
UINT16 DeviceId;
UINT8 RevisionId;
UINT8 Reserved[3];