diff options
Diffstat (limited to 'source/include/aclocal.h')
-rw-r--r-- | source/include/aclocal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/aclocal.h b/source/include/aclocal.h index 8f02f60947423..3234066bf29f3 100644 --- a/source/include/aclocal.h +++ b/source/include/aclocal.h @@ -45,6 +45,8 @@ #define __ACLOCAL_H__ +#pragma pack(push) /* Set default struct packing */ + /* acpisrc:StructDefs -- for acpisrc conversion */ #define ACPI_SERIALIZED 0xFF @@ -1349,4 +1351,6 @@ typedef struct ah_predefined_name } AH_PREDEFINED_NAME; +#pragma pack(pop) /* Restore original struct packing */ + #endif /* __ACLOCAL_H__ */ |