summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/cen/prdfCenMbaDomain.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/common/plat/cen/prdfCenMbaDomain.H')
-rw-r--r--src/usr/diag/prdf/common/plat/cen/prdfCenMbaDomain.H10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plat/cen/prdfCenMbaDomain.H b/src/usr/diag/prdf/common/plat/cen/prdfCenMbaDomain.H
index 2b9fa6fab..4d352c1d7 100644
--- a/src/usr/diag/prdf/common/plat/cen/prdfCenMbaDomain.H
+++ b/src/usr/diag/prdf/common/plat/cen/prdfCenMbaDomain.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -62,6 +62,14 @@ class MbaDomain : public RuleChipDomain
*/
void handleRrFo();
+ #elif defined(__HOSTBOOT_MODULE) // IPL only
+
+ /**
+ * @brief Starts memory background scrubbing for each MBA in the node.
+ * @param Non-SUCCESS if an internal function failed, SUCCESS otherwise.
+ */
+ int32_t startScrub();
+
#endif
};
OpenPOWER on IntegriCloud