summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2016-07-28 11:23:13 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-12 11:19:59 -0400
commit28534ec5e2f7a9ceb42ba9d29ca1bd2f9e10f64f (patch)
tree0db6157ad5079677b7b8e5544db3b43c21709b33 /src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H
parentb9ecb3ce5cd7e52de37bd61ebd902953e0078500 (diff)
downloadtalos-hostboot-28534ec5e2f7a9ceb42ba9d29ca1bd2f9e10f64f.tar.gz
talos-hostboot-28534ec5e2f7a9ceb42ba9d29ca1bd2f9e10f64f.zip
Updates to Mvpd accessor functions to support xip_customize.
The content of these files is identical to those in commit 26150 so should be an easy merge. Then we'll have a clean xip_customize-focused 26150. Change-Id: I8107cafd5450a110285cf455dbcb1385681e83a3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27574 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27600 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H b/src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H
index 53761c4d3..636c65140 100644
--- a/src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H
+++ b/src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H
@@ -36,6 +36,7 @@
namespace fapi2
{
+
///
/// @brief Enumeration of mvpdRingFunc ops
///
@@ -45,6 +46,11 @@ enum mvpdRingFuncOp
MVPD_RING_SET,
};
+typedef ReturnCode (*mvpdRingFuncs_FP_t)
+(mvpdRingFuncOp, MvpdRecord, MvpdKeyword,
+ const Target<TARGET_TYPE_PROC_CHIP>&,
+ const uint8_t, const uint8_t, uint8_t*, uint32_t&);
+
extern "C"
{
@@ -78,7 +84,5 @@ extern "C"
uint32_t& io_rRingBufsize);
} // extern "C"
-
-} // namespace fapi2
-
+} // namespace fapi
#endif
OpenPOWER on IntegriCloud