diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-02-17 17:10:41 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-02-17 17:10:41 +0000 |
| commit | 526d99544ba42a5a2155021975b3b97da425819e (patch) | |
| tree | f33eb960cbd87cb5fa516e45153eb6351dc8ea2e /source/include/achware.h | |
| parent | 7bf0bd8c239ae7e6cb5c98382db85377146519d6 (diff) | |
Notes
Diffstat (limited to 'source/include/achware.h')
| -rw-r--r-- | source/include/achware.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/achware.h b/source/include/achware.h index 1b1331879983..81d1bbf30bc5 100644 --- a/source/include/achware.h +++ b/source/include/achware.h @@ -45,6 +45,8 @@ #define __ACHWARE_H__ +#pragma pack(push) /* Set default struct packing */ + /* Values for the _SST predefined method */ #define ACPI_SST_INDICATOR_OFF 0 @@ -224,4 +226,6 @@ AcpiHwDerivePciId ( ACPI_HANDLE PciRegion); +#pragma pack(pop) /* Restore original struct packing */ + #endif /* __ACHWARE_H__ */ |
