summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_hw_access.H8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_hw_access.H b/src/import/hwpf/fapi2/include/fapi2_hw_access.H
index 2245c77cd..cc24c3caf 100644
--- a/src/import/hwpf/fapi2/include/fapi2_hw_access.H
+++ b/src/import/hwpf/fapi2/include/fapi2_hw_access.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -328,6 +328,12 @@ inline ReturnCode putSpy(const Target<K, V>& i_target,
const char* const i_spyId,
const variable_buffer& i_data);
+template<TargetType K, typename V >
+inline ReturnCode putSpyWithCare(const Target<K, V>& i_target,
+ const char* const i_spyId,
+ const variable_buffer& i_data,
+ const variable_buffer& i_care);
+
template< TargetType K, typename V >
inline ReturnCode putSpy(const Target<K, V>& i_target,
const char* const i_spyId,
OpenPOWER on IntegriCloud