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:
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];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user