aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r--drivers/char/tpm/tpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h
index b9a30f0b8825..7b8e279c180b 100644
--- a/drivers/char/tpm/tpm.h
+++ b/drivers/char/tpm/tpm.h
@@ -605,6 +605,8 @@ int tpm2_prepare_space(struct tpm_chip *chip, struct tpm_space *space, u32 cc,
605 u8 *cmd); 605 u8 *cmd);
606int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space, 606int tpm2_commit_space(struct tpm_chip *chip, struct tpm_space *space,
607 u32 cc, u8 *buf, size_t *bufsiz); 607 u32 cc, u8 *buf, size_t *bufsiz);
608int tpm_devs_add(struct tpm_chip *chip);
609void tpm_devs_remove(struct tpm_chip *chip);
608 610
609void tpm_bios_log_setup(struct tpm_chip *chip); 611void tpm_bios_log_setup(struct tpm_chip *chip);
610void tpm_bios_log_teardown(struct tpm_chip *chip); 612void tpm_bios_log_teardown(struct tpm_chip *chip);