diff options
Diffstat (limited to 'src/usr/diag/prdf/prdfGlobal.H')
-rw-r--r-- | src/usr/diag/prdf/prdfGlobal.H | 3 |
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; /** |