summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index bda5995d55..c1b19bcf1a 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -736,6 +736,16 @@ struct ec_response_rtc {
#define EC_CMD_RTC_SET_ALARM 0x47
/*****************************************************************************/
+/* Port80 log access */
+
+/* Get last port80 code from previous boot */
+#define EC_CMD_PORT80_LAST_BOOT 0x48
+
+struct ec_response_port80_last_boot {
+ uint16_t code;
+} __packed;
+
+/*****************************************************************************/
/* Thermal engine commands */
/* Set thershold value */