| 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 c3f7373742ecf03b1677374c99deb406437419f0..09ccb9f2859d2dd689086809f069b8f4433c3943 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl.h
|
| @@ -52,7 +52,12 @@ void TlclSetLogLevel(int level);
|
| */
|
| uint32_t TlclStartup(void);
|
|
|
| -/* Run the self test. Note---this is synchronous. To run this in parallel
|
| +/* Resumes by sending a TPM_Startup(ST_STATE). The TPM error code is returned
|
| + * (0 for success).
|
| + */
|
| +uint32_t TlclResume(void);
|
| +
|
| +/* Runs the self test. Note---this is synchronous. To run this in parallel
|
| * with other firmware, use ContinueSelfTest. The TPM error code is returned.
|
| */
|
| uint32_t TlclSelfTestFull(void);
|
|
|