| Index: src/platform/tpm_lite/src/tlcl/tlcl.h
|
| diff --git a/src/platform/tpm_lite/src/tlcl/tlcl.h b/src/platform/tpm_lite/src/tlcl/tlcl.h
|
| index 420bf4196c95d68fe27df7243404736a7c9a2985..63447560ba0d8c8f309a36bbf55730c0e73aa2cf 100644
|
| --- a/src/platform/tpm_lite/src/tlcl/tlcl.h
|
| +++ b/src/platform/tpm_lite/src/tlcl/tlcl.h
|
| @@ -102,7 +102,7 @@ void TlclAssertPhysicalPresence(void);
|
|
|
| /* Turns off physical presence and locks it off until next reboot.
|
| */
|
| -void TlclLockPhysicalPresence(void);
|
| +uint32_t TlclLockPhysicalPresence(void);
|
|
|
| /* Sets the nvLocked bit.
|
| */
|
| @@ -130,6 +130,6 @@ int TlclGetFlags(uint8_t* disable, uint8_t* deactivated);
|
|
|
| /* Sets the bGlobalLock flag, which only a reboot can clear.
|
| */
|
| -void TlclSetGlobalLock(void);
|
| +uint32_t TlclSetGlobalLock(void);
|
|
|
| #endif /* TPM_LITE_TLCL_H_ */
|
|
|