summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/runtime/rt_pnor.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/pnor/runtime/rt_pnor.H')
-rw-r--r--src/usr/pnor/runtime/rt_pnor.H8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/pnor/runtime/rt_pnor.H b/src/usr/pnor/runtime/rt_pnor.H
index e2f390afd..7425adda6 100644
--- a/src/usr/pnor/runtime/rt_pnor.H
+++ b/src/usr/pnor/runtime/rt_pnor.H
@@ -86,6 +86,14 @@ class RtPnor
*/
errlHndl_t clearSection(PNOR::SectionId i_section);
+ /**
+ * @brief Retrieve some information about the PNOR/SFC hardware
+ * In runtime, some of this information is from attributes.
+ *
+ * @param[out] o_pnorInfo Information about PNOR.
+ */
+ errlHndl_t getPnorInfo( PNOR::PnorInfo_t& o_pnorInfo );
+
protected:
/**
* @brief Constructor
OpenPOWER on IntegriCloud