summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/prdfGlobal.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/prdfGlobal.H')
-rw-r--r--src/usr/diag/prdf/prdfGlobal.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/prdfGlobal.H b/src/usr/diag/prdf/prdfGlobal.H
index 52cd5909d..cfab8e232 100644
--- a/src/usr/diag/prdf/prdfGlobal.H
+++ b/src/usr/diag/prdf/prdfGlobal.H
@@ -80,8 +80,11 @@ typedef uint32_t hwTableContent;
/**
* @brief defined dump content type to get through hostboot compilation.
+ * CONTENT_SW is a FSP specific enum val originally defined in dump.
* CONTENT_HW is a FSP specific enum val originally defined in dump.
*/
+
+const uint32_t CONTENT_SW = 0x80000000;
const uint32_t CONTENT_HW = 0x40000000;
/**
OpenPOWER on IntegriCloud