aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/smbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/smbios.h')
-rw-r--r--src/soc/intel/common/smbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/smbios.h b/src/soc/intel/common/smbios.h
index 12b8da0d85..97437eef45 100644
--- a/src/soc/intel/common/smbios.h
+++ b/src/soc/intel/common/smbios.h
@@ -27,6 +27,6 @@ void dimm_info_fill(struct dimm_info *dimm, u32 dimm_capacity, u8 ddr_type,
u32 frequency, u8 rank_per_dimm, u8 channel_id, u8 dimm_id,
const char *module_part_num, size_t module_part_number_size,
const u8 *module_serial_num, u16 data_width, u32 vdd_voltage,
- bool ecc_support);
+ bool ecc_support, u16 mod_id, u8 mod_type);
#endif /* _COMMON_SMBIOS_H_ */