summaryrefslogtreecommitdiffstats
path: root/targeting.hpp
diff options
context:
space:
mode:
authorMichael Tritz <mtritz@us.ibm.com>2017-03-30 16:52:24 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-04-14 16:09:32 +0000
commitbe407166d0cb22f6967055b426c805e82ac48af8 (patch)
treed024df2ad83a12310039f968b98728a53cad7f5a /targeting.hpp
parent4bf58971b7ee8d25855b4339b64d2708f1626c41 (diff)
downloadopenpower-proc-control-be407166d0cb22f6967055b426c805e82ac48af8.tar.gz
openpower-proc-control-be407166d0cb22f6967055b426c805e82ac48af8.zip
P9 CFAM register override procedure
This new procedure will allow users to provide P9 CFAM register overrides before the P9 SBE is started. Change-Id: If3658f9a6ede9a3682c4ed7888e9acb328c67709 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
Diffstat (limited to 'targeting.hpp')
-rw-r--r--targeting.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/targeting.hpp b/targeting.hpp
index 9719a65..8ab8eda 100644
--- a/targeting.hpp
+++ b/targeting.hpp
@@ -127,6 +127,11 @@ class Targeting
return targets.size();
}
+ /**
+ * Returns a target by position.
+ */
+ std::unique_ptr<Target>& getTarget(size_t pos);
+
private:
/**
OpenPOWER on IntegriCloud