summaryrefslogtreecommitdiff
path: root/source/include/actbl.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-02-17 17:10:41 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-02-17 17:10:41 +0000
commit526d99544ba42a5a2155021975b3b97da425819e (patch)
treef33eb960cbd87cb5fa516e45153eb6351dc8ea2e /source/include/actbl.h
parent7bf0bd8c239ae7e6cb5c98382db85377146519d6 (diff)
Notes
Diffstat (limited to 'source/include/actbl.h')
-rw-r--r--source/include/actbl.h4
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__ */