summaryrefslogtreecommitdiffstats
path: root/src/include/smbios.h
diff options
context:
space:
mode:
authorChristian Walter <christian.walter@9elements.com>2019-05-21 17:22:49 +0200
committerPatrick Rudolph <siro@das-labor.org>2019-05-23 08:14:44 +0000
commite6afab12e27df5c4adb7c6eaec1f71f825f9ad52 (patch)
tree9734537f337520239c74015d1d15b18db8a2e97f /src/include/smbios.h
parent84b8f90bba65c56c4122d0a214608ef4e882861c (diff)
downloadcoreboot-e6afab12e27df5c4adb7c6eaec1f71f825f9ad52.tar.gz
coreboot-e6afab12e27df5c4adb7c6eaec1f71f825f9ad52.tar.bz2
coreboot-e6afab12e27df5c4adb7c6eaec1f71f825f9ad52.zip
src/mainboard/google: Adopt Mainboards to changed Type41 Func
Required for automatic onboard device detection in the next patch. Change-Id: I3087de779faf8d006510c460b5372b22ae54b887 Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32909 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/smbios.h')
-rw-r--r--src/include/smbios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/smbios.h b/src/include/smbios.h
index afe77d6ad9f2..017e90e74208 100644
--- a/src/include/smbios.h
+++ b/src/include/smbios.h
@@ -44,7 +44,7 @@ int smbios_write_type38(unsigned long *current, int *handle,
const u8 irq);
int smbios_write_type41(unsigned long *current, int *handle,
const char *name, u8 instance, u16 segment,
- u8 bus, u8 device, u8 function);
+ u8 bus, u8 device, u8 function, u8 device_type);
const char *smbios_system_manufacturer(void);
const char *smbios_system_product_name(void);