summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_ram_getspr.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_ram_getspr.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_ram_getspr.H13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_ram_getspr.H b/src/import/chips/p9/procedures/hwp/perv/p9_ram_getspr.H
index 414ba47f6..306fe6a3a 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_ram_getspr.H
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_ram_getspr.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -32,7 +32,7 @@
// *HWP HWP Backup Owner : Gou Peng Fei <shgoupf@cn.ibm.com>
// *HWP FW Owner : Thi Tran <thi@us.ibm.com>
// *HWP Team : Perv
-// *HWP Level : 2
+// *HWP Level : 3
// *HWP Consumed by : None (Cronus test only)
//-----------------------------------------------------------------------------------
@@ -47,10 +47,11 @@
#include <p9_spr_name_map.H>
//function pointer typedef definition for HWP call support
-typedef fapi2::ReturnCode (*p9_ram_getspr_FP_t) (const fapi2::Target<fapi2::TARGET_TYPE_CORE>& i_target,
- const uint8_t i_thread,
- const std::string i_name,
- fapi2::buffer<uint64_t>* o_buffer);
+typedef fapi2::ReturnCode (*p9_ram_getspr_FP_t)
+(const fapi2::Target<fapi2::TARGET_TYPE_CORE>& i_target,
+ const uint8_t i_thread,
+ const std::string i_name,
+ fapi2::buffer<uint64_t>* o_buffer);
extern "C" {
OpenPOWER on IntegriCloud