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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/cr50/ec_comm.h b/board/cr50/ec_comm.h
index bec2deb57b..263d311e63 100644
--- a/board/cr50/ec_comm.h
+++ b/board/cr50/ec_comm.h
@@ -39,5 +39,7 @@ 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);
+/* print EC-EFS status */
+void ec_efs_print_status(void);
#endif /* __CROS_EC_COMM_H */