summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/accessors/p9_mvpd_ring_funcs.H
diff options
context:
space:
mode:
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