summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfErrlUtil.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/prdfErrlUtil.H')
-rw-r--r--src/usr/diag/prdf/prdfErrlUtil.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/prdfErrlUtil.H b/src/usr/diag/prdf/prdfErrlUtil.H
index f91bde69b..4d55c544b 100644
--- a/src/usr/diag/prdf/prdfErrlUtil.H
+++ b/src/usr/diag/prdf/prdfErrlUtil.H
@@ -213,5 +213,11 @@
#define PRDF_HWUDUMP( i_errl, i_content, i_huid ) \
SUCCESS
+/**
+ * @brief Interface to indicate errlog that hostboot need to do a
+ * soft terminate.
+ */
+#define PRDF_SET_TERM_STATE( i_errl ) \
+ i_errl->setTermState( ERRORLOG::TERM_STATE_SOFT )
#endif // __prdfErrlUtil_H
OpenPOWER on IntegriCloud