summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801gx/nvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801gx/nvs.h')
-rw-r--r--src/southbridge/intel/i82801gx/nvs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801gx/nvs.h b/src/southbridge/intel/i82801gx/nvs.h
index 49c6fc1db5a7..c3a392059625 100644
--- a/src/southbridge/intel/i82801gx/nvs.h
+++ b/src/southbridge/intel/i82801gx/nvs.h
@@ -13,6 +13,8 @@
* GNU General Public License for more details.
*/
+#include <compiler.h>
+
typedef struct {
/* Miscellaneous */
u16 osys; /* 0x00 - Operating System */
@@ -130,6 +132,6 @@ typedef struct {
u8 dock; /* 0xf0 - Docking Status */
u8 bten;
u8 rsvd13[14];
-} __attribute__((packed)) global_nvs_t;
+} __packed global_nvs_t;
void acpi_create_gnvs(global_nvs_t *gnvs);