Index: firmware/include/tlcl.h |
diff --git a/firmware/include/tlcl.h b/firmware/include/tlcl.h |
index 95310541416072c4b7d968b5393de19c4bee14af..a76a003da5bd4e7ac54d64adef93a299579eb25b 100644 |
--- a/firmware/include/tlcl.h |
+++ b/firmware/include/tlcl.h |
@@ -35,6 +35,11 @@ void TlclSetLogLevel(int level); |
*/ |
uint32_t TlclStartup(void); |
+/* Save the TPM state. Normally done by the kernel before a suspend, included |
+ * here for tests. The TPM error code is returned (0 for success). |
+ */ |
+uint32_t TlclSaveState(void); |
+ |
/* Resumes by sending a TPM_Startup(ST_STATE). The TPM error code is returned |
* (0 for success). |
*/ |