summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatutil.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat/hdatutil.H')
-rwxr-xr-xsrc/usr/hdat/hdatutil.H11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/usr/hdat/hdatutil.H b/src/usr/hdat/hdatutil.H
index 062eba441..893852482 100755
--- a/src/usr/hdat/hdatutil.H
+++ b/src/usr/hdat/hdatutil.H
@@ -189,11 +189,16 @@ enum hdatNVLinkSpeed
*/
struct hdatEcLvl_t
{
- uint32_t hdatChipManfId; // 0x0000 Memory interface chip manufacturing id
- uint32_t hdatChipEcLvl; // 0x0004 Memory interface chip EC level
+ uint32_t hdatChipManfId; // 0x0000 Chip manufacturing id
+ uint32_t hdatChipEcLvl; // 0x0004 Chip EC level
} __attribute__ ((packed));
-
+/** @brief Structure defination for an entry in Proc Chip ec level array */
+struct hdatProcEcLvlElement_t
+{
+ hdatEcLvl_t hdatEcLvl;
+ uint64_t hdatEcid[2]; // Proc ECID
+} __attribute__ ((packed));
/**
* @brief Create/Build an Error log and add HADT component trace
OpenPOWER on IntegriCloud