summaryrefslogtreecommitdiffstats
path: root/src/usr/expaccess/test/exptest_utils.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/expaccess/test/exptest_utils.H')
-rw-r--r--src/usr/expaccess/test/exptest_utils.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/expaccess/test/exptest_utils.H b/src/usr/expaccess/test/exptest_utils.H
index a62b4de71..babba0fcf 100644
--- a/src/usr/expaccess/test/exptest_utils.H
+++ b/src/usr/expaccess/test/exptest_utils.H
@@ -53,6 +53,12 @@ TARGETING::HB_MUTEX_SERIALIZE_TEST_LOCK_ATTR getTestMutex(void);
* @param[in] i_ocmbTarget The target OCMB chip
*/
void enableInbandScomsOcmb(const TARGETING::TargetHandle_t i_ocmbTarget);
+
+/**
+ * @brief Disable inband scoms on an OCMB target (use i2c instead)
+ * @param[in] i_ocmbTarget The target OCMB chip
+ */
+void disableInbandScomsOcmb(const TARGETING::TargetHandle_t i_ocmbTarget);
}
#endif
OpenPOWER on IntegriCloud