summaryrefslogtreecommitdiffstats
path: root/src/include/usr/diag/prdf/prdfMain.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/diag/prdf/prdfMain.H')
-rw-r--r--src/include/usr/diag/prdf/prdfMain.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/usr/diag/prdf/prdfMain.H b/src/include/usr/diag/prdf/prdfMain.H
index 17a8ef65e..93203a1ac 100644
--- a/src/include/usr/diag/prdf/prdfMain.H
+++ b/src/include/usr/diag/prdf/prdfMain.H
@@ -59,6 +59,18 @@ extern int32_t restoreDramRepairs( const TARGETING::TargetHandle_t i_mba );
extern int32_t analyzeIplCEStats( const TARGETING::TargetHandle_t i_mba,
bool &o_calloutMade );
+/**
+ * @brief Starts memory background scrubbing on all MBAs in the node.
+ *
+ * This will only start the initial fast scrub of all memory. PRD on the FSP or
+ * HostServices (SP-less machines) will need to resume normal background
+ * scrubbing once this initial fast scrub is complete.
+ *
+ * @return If an error log is returned, then some internal function failed. See
+ * the FFDC in the error log for failure details.
+ */
+extern errlHndl_t startScrub();
+
} // end namespace PRDF
#endif // __prdfMain_H
OpenPOWER on IntegriCloud