summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/tpmdd.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/i2c/tpmdd.H')
-rwxr-xr-xsrc/usr/i2c/tpmdd.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/i2c/tpmdd.H b/src/usr/i2c/tpmdd.H
index ad531d67d..1daee5ab6 100755
--- a/src/usr/i2c/tpmdd.H
+++ b/src/usr/i2c/tpmdd.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -158,12 +158,15 @@ errlHndl_t tpmPerformOp( DeviceFW::OperationType i_opType,
* @param[in] i_tpmInfo Structure of I2C parameters needed to execute
* the command to the I2C device driver.
*
+ * @param[in] i_silent Don't log any error logs on failure
+ *
* @return errlHndl_t NULL if successful, otherwise a pointer to the
* error log.
*/
errlHndl_t tpmRead ( void * o_buffer,
size_t i_buflen,
- tpm_info_t i_tpmInfo );
+ tpm_info_t i_tpmInfo,
+ bool i_silent = false);
/**
* @brief This function peforms the sequencing to do a write of the
OpenPOWER on IntegriCloud