1
0
mirror of https://github.com/acpica/acpica/ synced 2025-03-24 23:22:52 +03:00

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

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