summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/test/p9_sample_procedure.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fapi2/test/p9_sample_procedure.H')
-rw-r--r--src/usr/fapi2/test/p9_sample_procedure.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/fapi2/test/p9_sample_procedure.H b/src/usr/fapi2/test/p9_sample_procedure.H
index e931e7624..2903e285f 100644
--- a/src/usr/fapi2/test/p9_sample_procedure.H
+++ b/src/usr/fapi2/test/p9_sample_procedure.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -89,8 +89,8 @@ fapi2::ReturnCode p9_sample_procedure_obus(
fapi2::Target<fapi2::TARGET_TYPE_OBUS>& i_target,
uint8_t expectedValue);
-fapi2::ReturnCode p9_sample_procedure_nv(
- fapi2::Target<fapi2::TARGET_TYPE_NV>& i_target,
+fapi2::ReturnCode p9_sample_procedure_obrick(
+ fapi2::Target<fapi2::TARGET_TYPE_OBUS_BRICK>& i_target,
uint8_t expectedValue);
fapi2::ReturnCode p9_sample_procedure_sbe(
OpenPOWER on IntegriCloud