diff options
Diffstat (limited to 'src/include/memory_info.h')
-rw-r--r-- | src/include/memory_info.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/memory_info.h b/src/include/memory_info.h index 1ba73291a8..fed5bbe265 100644 --- a/src/include/memory_info.h +++ b/src/include/memory_info.h @@ -96,8 +96,11 @@ struct dimm_info { } __packed; struct memory_info { - /* controller specific */ - bool ecc_capable; + /* + * SMBIOS error correction type. + * See the smbios.h smbios_memory_array_ecc enum. + */ + uint8_t ecc_type; /* Maximum capacity the DRAM controller/mainboard supports */ uint32_t max_capacity_mib; /* Maximum number of DIMMs the DRAM controller/mainboard supports */ |