ACPI_RSDT structure does not need to be packed
This commit is contained in:
parent
5d2d409d0f
commit
de709162e3
@ -231,7 +231,7 @@ typedef struct _ACPI_RSDT
|
|||||||
{
|
{
|
||||||
ACPI_DESCRIPTION_HEADER Header;
|
ACPI_DESCRIPTION_HEADER Header;
|
||||||
ULONG Tables[];
|
ULONG Tables[];
|
||||||
} PACKED ACPI_RSDT, *PACPI_RSDT;
|
} ACPI_RSDT, *PACPI_RSDT;
|
||||||
|
|
||||||
/* ACPI eXtended Root System Description Table (XSDT) structure */
|
/* ACPI eXtended Root System Description Table (XSDT) structure */
|
||||||
typedef struct _ACPI_XSDT
|
typedef struct _ACPI_XSDT
|
||||||
|
Loading…
Reference in New Issue
Block a user