summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbecmdringaccess.H
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/sbecmdringaccess.H')
-rw-r--r--sbe/sbefw/sbecmdringaccess.H15
1 files changed, 12 insertions, 3 deletions
diff --git a/sbe/sbefw/sbecmdringaccess.H b/sbe/sbefw/sbecmdringaccess.H
index ff835dc4..b0e71012 100644
--- a/sbe/sbefw/sbecmdringaccess.H
+++ b/sbe/sbefw/sbecmdringaccess.H
@@ -23,9 +23,9 @@
/* */
/* IBM_PROLOG_END_TAG */
/*
- * @file: ppe/sbe/sbefw/sbeputringfromimage.H
+ * @file: ppe/sbe/sbefw/sbecmdringaccess.H
*
- * @brief This file contains the Put Ring From Image Command handler
+ * @brief This file contains the Interfaces for the RING Access chip-ops
*
*/
@@ -51,5 +51,14 @@ typedef struct
*/
uint32_t sbePutRingFromImagePSU(uint8_t *i_pArg);
-#endif // __SBEFW_SBECMDRINGACCESS_H
+/**
+ * @brief sbeGetRing : Get the ring data
+ *
+ * @param[in] i_pArg Buffer to be passed to the function (not used as of now)
+ *
+ * @return Rc from the FIFO access utility
+ */
+uint32_t sbeGetRing(uint8_t *i_pArg);
+
+#endif /* __SBEFW_SBECMDRINGACCESS_H */
OpenPOWER on IntegriCloud