summaryrefslogtreecommitdiff
path: root/firmware/include/tlcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/tlcl.h')
-rw-r--r--firmware/include/tlcl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/include/tlcl.h b/firmware/include/tlcl.h
index 53731200..293beb68 100644
--- a/firmware/include/tlcl.h
+++ b/firmware/include/tlcl.h
@@ -206,4 +206,9 @@ uint32_t TlclGetOwnership(uint8_t *owned);
*/
uint32_t TlclGetRandom(uint8_t *data, uint32_t length, uint32_t *size);
+/**
+ * Requests version information from the TPM.
+ */
+uint32_t TlclGetVersion(uint32_t *vendor, uint64_t *firmware_version);
+
#endif /* TPM_LITE_TLCL_H_ */