summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl/errlentry.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/errl/errlentry.H')
-rw-r--r--src/include/usr/errl/errlentry.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 7bc971ed0..48af65a22 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -500,6 +500,15 @@ public:
void addProcedureCallout(const HWAS::epubProcedureID i_procedure,
const HWAS::callOutPriority i_priority);
+ /**
+ * @brief Import flatened error log
+ *
+ * @param[in] i_buffer, pointer to flat data
+ * @param[in] i_len length of flat data
+ * @return Status 0==SUCCESS
+ */
+ uint64_t unflatten( const void * i_buffer, uint64_t i_len);
+
private:
/**
OpenPOWER on IntegriCloud