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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 4db42609c3..2295e26320 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -4042,6 +4042,13 @@ struct __ec_align2 ec_response_pd_chip_info {
};
};
+/* Run RW signature verification and get status */
+#define EC_CMD_RWSIG_CHECK_STATUS 0x011C
+
+struct __ec_align4 ec_response_rwsig_check_status {
+ uint32_t status;
+};
+
#endif /* !__ACPI__ */
/*****************************************************************************/