summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfGlobal.H
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2013-12-26 05:42:06 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-24 22:28:36 -0600
commit517e9753d105918a67c04754dae90d2d8e546db1 (patch)
tree69c3ba52f05629e134bc45b41e9445c678e3fe10 /src/usr/diag/prdf/prdfGlobal.H
parent59f1e6abb10014dcec4576fc70770d812f532b1c (diff)
downloadtalos-hostboot-517e9753d105918a67c04754dae90d2d8e546db1.tar.gz
talos-hostboot-517e9753d105918a67c04754dae90d2d8e546db1.zip
PRD:Addressed all FIXME pertaining to dump
Change-Id: I9eb78ca56686bc5e2f9930dff43d0f04be23e2eb RTC:88391 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7867 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.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/8334
Diffstat (limited to 'src/usr/diag/prdf/prdfGlobal.H')
-rw-r--r--src/usr/diag/prdf/prdfGlobal.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/prdfGlobal.H b/src/usr/diag/prdf/prdfGlobal.H
index 3483221c8..f8b85a27e 100644
--- a/src/usr/diag/prdf/prdfGlobal.H
+++ b/src/usr/diag/prdf/prdfGlobal.H
@@ -83,4 +83,16 @@
*/
#define PRDF_SYSTEM_SCOPELOCK
+/**
+ * @brief defined dump content to get through hostboot compilation.
+ * hwTableContent is a FSP specific enum originally defined in dump.
+ */
+typedef uint32_t hwTableContent;
+
+/**
+ * @brief defined dump content type to get through hostboot compilation.
+ * CONTENT_HW is a FSP specific enum val originally defined in dump.
+ */
+const uint32_t CONTENT_HW = 0x40000000;
+
#endif // PRDF_GLOBAL_HB_H
OpenPOWER on IntegriCloud