summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2014-09-10 17:15:26 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-17 10:55:10 -0500
commiteb69ee388334de07daa675f1b073a6695ded71e8 (patch)
tree2b55ad629aed033f6c2508c9b19a7f3054da5057 /src/usr/diag/prdf/common/plugins/prdfParserEnums.H
parentd3c9c2c1316e22503cc1094df325e5cd159628d5 (diff)
downloadtalos-hostboot-eb69ee388334de07daa675f1b073a6695ded71e8.tar.gz
talos-hostboot-eb69ee388334de07daa675f1b073a6695ded71e8.zip
PRD: made prettier parsed format for SLW FFDC data
Change-Id: I44382946bbc481ff95ff44aae56b9dc209a87353 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13292 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13422
Diffstat (limited to 'src/usr/diag/prdf/common/plugins/prdfParserEnums.H')
-rw-r--r--src/usr/diag/prdf/common/plugins/prdfParserEnums.H14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plugins/prdfParserEnums.H b/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
index 625c6dec8..73c7d3895 100644
--- a/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
+++ b/src/usr/diag/prdf/common/plugins/prdfParserEnums.H
@@ -167,6 +167,20 @@ namespace CEN_SYMBOL
}//namespace CEN_SYMBOL ends
+namespace SLW_FFDC_DATA
+{
+ static const char * const title = "SLW_FFDC_DATA";
+
+ enum
+ {
+ MAX_ENTRIES = 39, ///< Maximum number of entries allowed.
+ ENTRY_SIZE = 12, ///< Number of bytes per entry.
+
+ MAX_SIZE = MAX_ENTRIES * ENTRY_SIZE, ///< Maximum table size.
+ };
+
+} // namespace SLW_FFDC_DATA
+
#ifdef PRDF_HOSTBOOT_ERRL_PLUGIN
} // end namespace HOSTBOOT
#endif
OpenPOWER on IntegriCloud