Index: firmware/lib/tpm_lite/include/tlcl.h |
diff --git a/firmware/lib/tpm_lite/include/tlcl.h b/firmware/lib/tpm_lite/include/tlcl.h |
index cb0c1e6154938bfc5203cc474ce8106a14c8e2f3..8a65621e8d8dbf5be761db5f0bfea62a59bb1e3c 100644 |
--- a/firmware/lib/tpm_lite/include/tlcl.h |
+++ b/firmware/lib/tpm_lite/include/tlcl.h |
@@ -88,6 +88,10 @@ uint32_t TlclReadLock(uint32_t index); |
*/ |
uint32_t TlclAssertPhysicalPresence(void); |
+/* Enable the physical presence command. The TPM error code is returned. |
+ */ |
+uint32_t TlclPhysicalPresenceCMDEnable(void); |
+ |
/* Turns off physical presence and locks it off until next reboot. The TPM |
* error code is returned. |
*/ |