summaryrefslogtreecommitdiff
path: root/src/drivers/tpm/cr50.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/tpm/cr50.h')
-rw-r--r--src/drivers/tpm/cr50.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/tpm/cr50.h b/src/drivers/tpm/cr50.h
index b39d7442c5..7ff63fa3c7 100644
--- a/src/drivers/tpm/cr50.h
+++ b/src/drivers/tpm/cr50.h
@@ -21,4 +21,7 @@ enum cb_err cr50_get_firmware_version(struct cr50_firmware_version *version);
/* Set the BOARD_CFG register depending on Cr50 Kconfigs */
enum cb_err cr50_set_board_cfg(void);
+/* Wait for IRQ to indicate the TPM is ready */
+enum cb_err cr50_wait_tpm_ready(void);
+
#endif /* __DRIVERS_TPM_CR50_H__ */