aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/include/soc/pei_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/include/soc/pei_wrapper.h')
-rw-r--r--src/soc/intel/quark/include/soc/pei_wrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/quark/include/soc/pei_wrapper.h b/src/soc/intel/quark/include/soc/pei_wrapper.h
index 5328e76e06..9e63a72ead 100644
--- a/src/soc/intel/quark/include/soc/pei_wrapper.h
+++ b/src/soc/intel/quark/include/soc/pei_wrapper.h
@@ -31,6 +31,7 @@
#define _PEI_WRAPPER_H_
#include <types.h>
+#include <compiler.h>
#define PEI_VERSION 22
@@ -53,7 +54,7 @@ struct pei_data {
/* Data from MRC that should be saved to flash */
void *data_to_save;
int data_to_save_size;
-} __attribute__((packed));
+} __packed;
typedef struct pei_data PEI_DATA;