aboutsummaryrefslogtreecommitdiff
path: root/src/include/elog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/elog.h')
-rw-r--r--src/include/elog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/elog.h b/src/include/elog.h
index 501e30db3d..2734612a8a 100644
--- a/src/include/elog.h
+++ b/src/include/elog.h
@@ -146,9 +146,6 @@ struct elog_event_data_me_extended {
/* EC Shutdown Reason */
#define ELOG_TYPE_EC_SHUTDOWN 0xa5
-/* CPU Thermal Trip */
-#define ELOG_TYPE_THERM_TRIP 0xa7
-
/* ARM/generic versions of sleep/wake - These came from another firmware
* apparently, but not all the firmware sources were updated so that the
* elog namespace was coherent. */
@@ -168,6 +165,9 @@ struct elog_event_mem_cache_update {
u8 status;
} __attribute__ ((packed));
+/* CPU Thermal Trip */
+#define ELOG_TYPE_THERM_TRIP 0xab
+
#if CONFIG_ELOG
/* Eventlog backing storage must be initialized before calling elog_init(). */
extern int elog_init(void);