| 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 e7bb4bfcb36eb7e6a911468430dbbdf566e4fb7d..cb0c1e6154938bfc5203cc474ce8106a14c8e2f3 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl.h
|
| @@ -12,6 +12,7 @@
|
| #define TPM_LITE_TLCL_H_
|
|
|
| #include "sysincludes.h"
|
| +#include "tss_constants.h"
|
|
|
| /*****************************************************************************/
|
| /* Functions to be implemented by the stub library */
|
| @@ -134,4 +135,12 @@ uint32_t TlclExtend(int pcr_num, uint8_t* in_digest, uint8_t* out_digest);
|
| */
|
| uint32_t TlclGetPermissions(uint32_t index, uint32_t* permissions);
|
|
|
| +/* Gets the entire set of permanent flags.
|
| + */
|
| +uint32_t TlclGetPermanentFlags(TPM_PERMANENT_FLAGS* pflags);
|
| +
|
| +/* Gets the entire set of volatile (ST_CLEAR) flags.
|
| + */
|
| +uint32_t TlclGetSTClearFlags(TPM_STCLEAR_FLAGS* pflags);
|
| +
|
| #endif /* TPM_LITE_TLCL_H_ */
|
|
|