ACPI_RSDT structure does not need to be packed

This commit is contained in:
2024-06-03 22:27:36 +02:00
parent 5d2d409d0f
commit de709162e3

View File

@@ -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