aboutsummaryrefslogtreecommitdiff
path: root/libstb/tpm_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstb/tpm_chip.h')
-rw-r--r--libstb/tpm_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstb/tpm_chip.h b/libstb/tpm_chip.h
index d7363e7..fed5619 100644
--- a/libstb/tpm_chip.h
+++ b/libstb/tpm_chip.h
@@ -102,7 +102,7 @@ extern int tpm_extendl(TPM_Pcr pcr,
/* Add status property to the TPM devices */
extern void tpm_add_status_property(void);
-extern void tpm_init(void);
+extern int tpm_init(void);
extern void tpm_cleanup(void);
#endif /* __TPM_H */