summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2/plat_hw_access.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/fapi2/plat_hw_access.H')
-rw-r--r--src/include/usr/fapi2/plat_hw_access.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/plat_hw_access.H b/src/include/usr/fapi2/plat_hw_access.H
index 94faa7443..3972f137f 100644
--- a/src/include/usr/fapi2/plat_hw_access.H
+++ b/src/include/usr/fapi2/plat_hw_access.H
@@ -220,6 +220,14 @@ void checkPibMask(errlHndl_t& io_errLog );
// No spy access interface as HB doesn't allow spy access.
// --------------------------------------------------------------------------
+/**
+* @brief Determine if a given target is on the master proc chip
+* @param[in] i_Target TARGETING::Target which op is being called on
+* @param[out] i_isMaster True if on master proc chip, false if not
+* @return errlHndl_t
+*/
+errlHndl_t isOnMasterProc(TARGETING::Target * i_target, bool & o_isMaster);
+
} // End namespace
OpenPOWER on IntegriCloud