From 526d99544ba42a5a2155021975b3b97da425819e Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 17 Feb 2014 17:10:41 +0000 Subject: Import ACPICA 20140214. --- source/include/acmacros.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/include/acmacros.h') diff --git a/source/include/acmacros.h b/source/include/acmacros.h index 19a3e8e23542..1212d0516b9f 100644 --- a/source/include/acmacros.h +++ b/source/include/acmacros.h @@ -45,6 +45,8 @@ #define __ACMACROS_H__ +#pragma pack(push) /* Set default struct packing */ + /* * Extract data using a pointer. Any more than a byte and we * get into potential aligment issues -- see the STORE macros below. @@ -433,4 +435,6 @@ #define ACPI_IS_OCTAL_DIGIT(d) (((char)(d) >= '0') && ((char)(d) <= '7')) +#pragma pack(pop) /* Restore original struct packing */ + #endif /* ACMACROS_H */ -- cgit v1.2.3