Index: src/tlcl/tlcl.h |
diff --git a/src/tlcl/tlcl.h b/src/tlcl/tlcl.h |
index 6bbec5ca1d527d7a950e132fc2898ed7f764f918..e170cb8b8b8f62f2ef9a35ee0125a7bb29848730 100644 |
--- a/src/tlcl/tlcl.h |
+++ b/src/tlcl/tlcl.h |
@@ -149,4 +149,8 @@ uint32_t TlclSetGlobalLock(void); |
*/ |
uint32_t TlclExtend(int pcr_num, uint8_t* in_digest, uint8_t* out_digest); |
+/* Gets the permission bits for the NVRAM space with |index|. |
+ */ |
+uint32_t TlclGetPermissions(uint32_t index, uint32_t* permissions); |
+ |
#endif /* TPM_LITE_TLCL_H_ */ |