| 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 401a3ae31c15752cf8b56e8513afa459f181a5ce..95310541416072c4b7d968b5393de19c4bee14af 100644
|
| --- a/firmware/lib/tpm_lite/include/tlcl.h
|
| +++ b/firmware/lib/tpm_lite/include/tlcl.h
|
| @@ -18,9 +18,9 @@
|
| /*****************************************************************************/
|
| /* Functions implemented in tlcl.c */
|
|
|
| -/* Call this first.
|
| +/* Call this first. Returns 0 if success, nonzero if error.
|
| */
|
| -void TlclLibInit(void);
|
| +uint32_t TlclLibInit(void);
|
|
|
| /* Logs to stdout. Arguments like printf.
|
| */
|
|
|