diff options
Diffstat (limited to 'src/include/elog.h')
-rw-r--r-- | src/include/elog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/elog.h b/src/include/elog.h index b813a10060..f9b5d53941 100644 --- a/src/include/elog.h +++ b/src/include/elog.h @@ -140,6 +140,7 @@ struct elog_event_data_me_extended { /* Last post code from previous boot */ #define ELOG_TYPE_LAST_POST_CODE 0xa3 +#define ELOG_TYPE_POST_EXTRA 0xa6 /* EC Shutdown Reason */ #define ELOG_TYPE_EC_SHUTDOWN 0xa5 |