summaryrefslogtreecommitdiff
path: root/board/cr50/ec_comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/ec_comm.h')
-rw-r--r--board/cr50/ec_comm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/cr50/ec_comm.h b/board/cr50/ec_comm.h
index 9e84a715e1..bec2deb57b 100644
--- a/board/cr50/ec_comm.h
+++ b/board/cr50/ec_comm.h
@@ -36,4 +36,8 @@ void ec_efs_reset(void);
uint16_t ec_efs_set_boot_mode(const char *data, const uint8_t size);
/* Verify the given hash data against the EC-FW hash from kernel secdata */
uint16_t ec_efs_verify_hash(const char *hash_data, const uint8_t size);
+
+/* Re-load EC Hash code from TPM Kernel Secdata */
+void ec_efs_refresh(void);
+
#endif /* __CROS_EC_COMM_H */