diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/errorlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/errorlog.h b/include/errorlog.h index 2d93bf7..3fd475c 100644 --- a/include/errorlog.h +++ b/include/errorlog.h @@ -106,7 +106,7 @@ struct __attribute__((__packed__))elog_user_data_section { * needs to populate this structure using pre-defined interfaces * only */ -struct __attribute__((__packed__)) errorlog { +struct __attribute__((__packed__)) __attribute__ ((aligned (8))) errorlog { uint16_t component_id; uint8_t error_event_type; |