summaryrefslogtreecommitdiffstats
path: root/src/hwpf/include/plat/plat_target.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwpf/include/plat/plat_target.H')
-rw-r--r--src/hwpf/include/plat/plat_target.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hwpf/include/plat/plat_target.H b/src/hwpf/include/plat/plat_target.H
index 14df2ab8..45a213a5 100644
--- a/src/hwpf/include/plat/plat_target.H
+++ b/src/hwpf/include/plat/plat_target.H
@@ -170,6 +170,14 @@ namespace fapi2
}
///
+ /// @brief Get this target's parent
+ ///
+ /// @param [in] The fapi2 type of the requested parent
+ /// @return Plat target handle to the parent target
+ ///
+ plat_target_handle getParent(const TargetType i_parentType) const;
+
+ ///
/// @brief Get this target's children
///
/// @param [in] i_parentType fapi2 type of the parent
OpenPOWER on IntegriCloud