diff options
Diffstat (limited to 'source/include/actbl.h')
| -rw-r--r-- | source/include/actbl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/actbl.h b/source/include/actbl.h index 8f5917c96048..980529e02dea 100644 --- a/source/include/actbl.h +++ b/source/include/actbl.h @@ -45,6 +45,8 @@ #define __ACTBL_H__ +#pragma pack(push) /* Set default struct packing */ + /******************************************************************************* * * Fundamental ACPI tables @@ -440,4 +442,6 @@ typedef struct acpi_table_desc #define ACPI_FADT_V3_SIZE (UINT32) (ACPI_FADT_OFFSET (SleepControl)) #define ACPI_FADT_V5_SIZE (UINT32) (sizeof (ACPI_TABLE_FADT)) +#pragma pack(pop) /* Restore original struct packing */ + #endif /* __ACTBL_H__ */ |
