aboutsummaryrefslogtreecommitdiff
path: root/source/include/acdebug.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/acdebug.h
parent7bf0bd8c239ae7e6cb5c98382db85377146519d6 (diff)
downloadsrc-526d99544ba42a5a2155021975b3b97da425819e.tar.gz
src-526d99544ba42a5a2155021975b3b97da425819e.zip
Import ACPICA 20140214.vendor/acpica/20140214
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=262091 svn path=/vendor-sys/acpica/20140214/; revision=262092; tag=vendor/acpica/20140214
Diffstat (limited to 'source/include/acdebug.h')
-rw-r--r--source/include/acdebug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/acdebug.h b/source/include/acdebug.h
index f85ec01ac29a..59f8830e9ffb 100644
--- a/source/include/acdebug.h
+++ b/source/include/acdebug.h
@@ -45,6 +45,8 @@
#define __ACDEBUG_H__
+#pragma pack(push) /* Set default struct packing */
+
#define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */
typedef struct acpi_db_command_info
@@ -466,4 +468,6 @@ AcpiDbUint32ToHexString (
UINT32 Value,
char *Buffer);
+#pragma pack(pop) /* Restore original struct packing */
+
#endif /* __ACDEBUG_H__ */