diff options
| author | Matt K. Light <mklight@us.ibm.com> | 2018-03-13 16:04:37 -0500 |
|---|---|---|
| committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2018-03-15 00:52:30 -0400 |
| commit | efcd5ec670720ba203abee0f5f182010c648c705 (patch) | |
| tree | daa3c680128deaf99f5370859fc1985487c17afd /src/import/hwpf/fapi2/include | |
| parent | 2b29de060c3e18818d6afea65826c932f6588b99 (diff) | |
| download | talos-sbe-efcd5ec670720ba203abee0f5f182010c648c705.tar.gz talos-sbe-efcd5ec670720ba203abee0f5f182010c648c705.zip | |
adding fapi2::putSpyWithCare()
Change-Id: Icf43a2265ed55adeebc2b4d64d96111f3ba71705
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55801
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Kahn C. Evans <kahnevan@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55809
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/include')
| -rw-r--r-- | src/import/hwpf/fapi2/include/fapi2_hw_access.H | 8 |
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 ca9d70ac..50e0d485 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 sbe 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, |

