aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/ipmi/ipmi_ops.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/ipmi/ipmi_ops.h b/src/drivers/ipmi/ipmi_ops.h
index 7a92a28121..788ae85d76 100644
--- a/src/drivers/ipmi/ipmi_ops.h
+++ b/src/drivers/ipmi/ipmi_ops.h
@@ -57,17 +57,17 @@ struct standard_spec_sel_rec {
uint8_t sensor_num;
uint8_t event_dir_type;
uint8_t event_data[3];
-};
+} __packed;
struct oem_ts_spec_sel_rec {
uint32_t timestamp;
uint8_t manf_id[3];
uint8_t oem_defined[6];
-};
+} __packed;
struct oem_nots_spec_sel_rec {
uint8_t oem_defined[13];
-};
+} __packed;
/* SEL Event Record */
struct sel_event_record {