diff options
Diffstat (limited to 'src/usr/hdat/hdatutil.H')
| -rwxr-xr-x | src/usr/hdat/hdatutil.H | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/hdat/hdatutil.H b/src/usr/hdat/hdatutil.H index 109921f3a..a509a1feb 100755 --- a/src/usr/hdat/hdatutil.H +++ b/src/usr/hdat/hdatutil.H @@ -167,6 +167,17 @@ enum hdatWitherspoonNVCnfg }; +/** @brief Structure definition for an entry in the chip's engineering change + * level array + */ +struct hdatEcLvl_t +{ + uint32_t hdatChipManfId; // 0x0000 Memory interface chip manufacturing id + uint32_t hdatChipEcLvl; // 0x0004 Memory interface chip EC level +} __attribute__ ((packed)); + + + /** * @brief Create/Build an Error log and add HADT component trace * if the log exists then FFDC will be added to the existing log and |

