Chromium Code Reviews| Index: firmware/lib/tpm_lite/tlcl.c |
| diff --git a/firmware/lib/tpm_lite/tlcl.c b/firmware/lib/tpm_lite/tlcl.c |
| index cc0c373af6ee91207b84ec2d8ca6fc2a6081c988..99cc165afd33edf5fea94545279a53120d66b1f5 100644 |
| --- a/firmware/lib/tpm_lite/tlcl.c |
| +++ b/firmware/lib/tpm_lite/tlcl.c |
| @@ -91,8 +91,8 @@ static uint32_t Send(const uint8_t* command) { |
| /* Exported functions. */ |
| -void TlclLibInit(void) { |
| - TlclStubInit(); |
| +uint32_t TlclLibInit(void) { |
| + return TlclStubInit(); |
| } |
| uint32_t TlclStartup(void) { |