summaryrefslogtreecommitdiffstats
path: root/src/include/usr/i2c/i2cif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/i2c/i2cif.H')
-rw-r--r--src/include/usr/i2c/i2cif.H21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/include/usr/i2c/i2cif.H b/src/include/usr/i2c/i2cif.H
index ac28686b8..f0eb6d313 100644
--- a/src/include/usr/i2c/i2cif.H
+++ b/src/include/usr/i2c/i2cif.H
@@ -39,18 +39,21 @@ namespace I2C
*/
errlHndl_t i2cSetupMasters ( void );
-
/**
-* @enum i2cResetType
-*
-* @brief I2C Reset Type specifies what is reset when i2cResetMasters() is called
-* @todo RTC 115832 - additional enums will be added
-*
-*/
+ * @enum i2cResetType
+ *
+ * @brief I2C Reset Type specifies what is reset when i2cResetMasters() is called
+ */
enum i2cResetType
{
- I2C_RESET_INVALID = 0x00,
- I2C_RESET_PROC_HOST = 0x01, // Only Host (not FSI)
+ I2C_RESET_INVALID,
+ I2C_RESET_ALL,
+ I2C_RESET_PROC_ALL,
+ I2C_RESET_PROC_FSI,
+ I2C_RESET_PROC_HOST,
+ I2C_RESET_MEMBUF_ALL,
+ I2C_RESET_MEMBUF_FSI,
+ I2c_RESET_MEMBUF_HOST
};
/**
OpenPOWER on IntegriCloud