aboutsummaryrefslogtreecommitdiff
path: root/src/include/tpm_lite/tlcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tpm_lite/tlcl.h')
-rw-r--r--src/include/tpm_lite/tlcl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/tpm_lite/tlcl.h b/src/include/tpm_lite/tlcl.h
index 9c277a9293..c8e68d28e9 100644
--- a/src/include/tpm_lite/tlcl.h
+++ b/src/include/tpm_lite/tlcl.h
@@ -156,4 +156,10 @@ uint32_t tlcl_get_permanent_flags(TPM_PERMANENT_FLAGS *pflags);
*/
uint32_t tlcl_disable_platform_hierarchy(void);
+/**
+ * CR50 specific tpm command to enable nvmem commits before internal timeout
+ * expires.
+ */
+uint32_t tlcl_cr50_enable_nvcommits(void);
+
#endif /* TPM_LITE_TLCL_H_ */