diff options
Diffstat (limited to 'src/usr/fapi2/test/p9_hwtests.H')
-rw-r--r-- | src/usr/fapi2/test/p9_hwtests.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/p9_hwtests.H b/src/usr/fapi2/test/p9_hwtests.H index 634c823fe..6f184d9bc 100644 --- a/src/usr/fapi2/test/p9_hwtests.H +++ b/src/usr/fapi2/test/p9_hwtests.H @@ -74,6 +74,10 @@ fapi2::ReturnCode p9_cfamtest_putcfam_pass( fapi2::ReturnCode p9_opmodetest_getsetopmode(); +fapi2::ReturnCode p9_opmodetest_ignorehwerr( + fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target, + uint8_t fail); + ///////////// // // TODO-RTC:151428 - need simics support for these ring functions to pass |