diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-02-17 17:10:41 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-02-17 17:10:41 +0000 |
commit | 526d99544ba42a5a2155021975b3b97da425819e (patch) | |
tree | f33eb960cbd87cb5fa516e45153eb6351dc8ea2e /source/include/amlresrc.h | |
parent | 7bf0bd8c239ae7e6cb5c98382db85377146519d6 (diff) |
Notes
Diffstat (limited to 'source/include/amlresrc.h')
-rw-r--r-- | source/include/amlresrc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/amlresrc.h b/source/include/amlresrc.h index 23c4400a0dea3..03b1317bf0d9e 100644 --- a/source/include/amlresrc.h +++ b/source/include/amlresrc.h @@ -47,6 +47,8 @@ #define __AMLRESRC_H +#pragma pack(push) /* Set default struct packing */ + /* * Resource descriptor tags, as defined in the ACPI specification. * Used to symbolically reference fields within a descriptor. @@ -574,4 +576,7 @@ typedef union aml_resource } AML_RESOURCE; + +#pragma pack(pop) /* Restore original struct packing */ + #endif |