aboutsummaryrefslogtreecommitdiff
path: root/source/include/acdebug.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-03-27 23:50:54 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-03-27 23:50:54 +0000
commit7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd (patch)
treed3e9e38245f10de28c87606c945c7fdd4bed0d76 /source/include/acdebug.h
parent526d99544ba42a5a2155021975b3b97da425819e (diff)
downloadsrc-7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd.tar.gz
src-7c6f304a2eb855cf2d71ca0638d4f3c72f436fcd.zip
Import ACPICA 20140325.vendor/acpica/20140325
Notes
Notes: svn path=/vendor-sys/acpica/dist/; revision=263851 svn path=/vendor-sys/acpica/20140325/; revision=263852; tag=vendor/acpica/20140325
Diffstat (limited to 'source/include/acdebug.h')
-rw-r--r--source/include/acdebug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/acdebug.h b/source/include/acdebug.h
index 59f8830e9ffb..f85ec01ac29a 100644
--- a/source/include/acdebug.h
+++ b/source/include/acdebug.h
@@ -45,8 +45,6 @@
#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
@@ -468,6 +466,4 @@ AcpiDbUint32ToHexString (
UINT32 Value,
char *Buffer);
-#pragma pack(pop) /* Restore original struct packing */
-
#endif /* __ACDEBUG_H__ */