lib/smbios: add segment_group parameter to smbios_write_type9
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I48b393913913db8436f5cbca04d7411e68a53cf7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79925 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Johnny Lin <Johnny_Lin@wiwynn.com> Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
@@ -32,7 +32,8 @@ int smbios_write_type9(unsigned long *current, int *handle,
|
||||
const enum slot_data_bus_bandwidth bandwidth,
|
||||
const enum misc_slot_usage usage,
|
||||
const enum misc_slot_length length,
|
||||
const u16 id, u8 slot_char1, u8 slot_char2, u8 bus, u8 dev_func);
|
||||
const u16 id, u8 slot_char1, u8 slot_char2,
|
||||
u8 segment_group, u8 bus, u8 dev_func);
|
||||
enum smbios_bmc_interface_type;
|
||||
int smbios_write_type38(unsigned long *current, int *handle,
|
||||
const enum smbios_bmc_interface_type interface_type,
|
||||
|
Reference in New Issue
Block a user