ACPI_RSDT structure does not need to be packed

此提交包含在:
2024-06-03 22:27:36 +02:00
父節點 5d2d409d0f
當前提交 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