summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tpm-v2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/tpm-v2.h b/include/tpm-v2.h
index c49eadda26c..6b3f2175b77 100644
--- a/include/tpm-v2.h
+++ b/include/tpm-v2.h
@@ -770,4 +770,11 @@ bool tpm2_check_active_banks(struct udevice *dev);
*/
bool tpm2_is_active_bank(struct tpms_pcr_selection *selection);
+/**
+ * tpm2_print_active_banks() - Print the active TPM PCRs
+ *
+ * @dev: TPM device
+ */
+void tpm2_print_active_banks(struct udevice *dev);
+
#endif /* __TPM_V2_H */