summaryrefslogtreecommitdiff
path: root/source/include/acdebug.h
diff options
context:
space:
mode:
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__ */