summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/trusted/trustedboot.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/trusted/trustedboot.H')
-rw-r--r--src/usr/secureboot/trusted/trustedboot.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usr/secureboot/trusted/trustedboot.H b/src/usr/secureboot/trusted/trustedboot.H
index 2569de487..866e253e5 100644
--- a/src/usr/secureboot/trusted/trustedboot.H
+++ b/src/usr/secureboot/trusted/trustedboot.H
@@ -87,6 +87,15 @@ errlHndl_t tpmVerifyFunctionalTpmExists();
*/
void tpmReplayLog(TRUSTEDBOOT::TpmTarget & io_target);
+/**
+ * @brief Send config entries to tpm
+ *
+ * @param[in/out] io_target Current TPM target structure
+ *
+ * @return errlHndl_t NULL if successful, otherwise a pointer to the
+ * error log.
+ */
+errlHndl_t tpmLogConfigEntries(TRUSTEDBOOT::TpmTarget & io_target);
} // end TRUSTEDBOOT namespace
#endif
OpenPOWER on IntegriCloud