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.H14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/include/usr/errl/errlentry.H b/src/include/usr/errl/errlentry.H
index 51a0df843..5046cd1c6 100644
--- a/src/include/usr/errl/errlentry.H
+++ b/src/include/usr/errl/errlentry.H
@@ -31,6 +31,16 @@
* is used to log errors from all firmware running in Host Boot environment.
*
*/
+/**
+ * @page errlog Error Log
+ *
+ * @section Base Error Log
+ * See Host Boot Error Logging LLDD, Version 0.7 09/01/2011
+ *
+ * @section Adding User-Defined error blocks
+ *
+ *
+ */
/*****************************************************************************/
// I n c l u d e s
@@ -45,6 +55,7 @@
#include <errl/errlud.H>
#include <hbotcompid.H>
+
namespace ERRORLOG
{
@@ -278,7 +289,7 @@ public:
/**
- * @brief Allows the caller to add a chunk of data in a log
+ * @brief Allows the caller to add a chunk of FFDC data in a log
*
* @param[in] i_compId Component Id of the caller
* @param[in] i_dataPtr Pointer to FFDC data
@@ -316,7 +327,6 @@ public:
const uint32_t i_dataLen);
-
/**
* @brief Collect component trace
* The given component's trace is collected (if possible)
OpenPOWER on IntegriCloud