summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/prdfTargetServices.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/prdfTargetServices.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/prdfTargetServices.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/prdfTargetServices.H b/src/usr/diag/prdf/common/plat/prdfTargetServices.H
index c876658c5..7a349fd61 100755
--- a/src/usr/diag/prdf/common/plat/prdfTargetServices.H
+++ b/src/usr/diag/prdf/common/plat/prdfTargetServices.H
@@ -263,6 +263,13 @@ ExtensibleChip * getConnectedChild( ExtensibleChip * i_parent,
uint32_t i_childPos );
/**
+ * @brief Returns the fused-core neighbor of a given core chip
+ * @param i_core The given core chip
+ * @return The neighbor core chip
+ */
+ExtensibleChip * getNeighborCore( ExtensibleChip * i_core );
+
+/**
* @brief Returns the target of a PROC that is connected via the given
* target's XBUS or ABUS.
* @param i_procTarget Target of TYPE_PROC.
OpenPOWER on IntegriCloud