X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Farch%2Fx86%2Finclude%2Farch%2Fcoreboot_tables.h;fp=src%2Farch%2Fx86%2Finclude%2Farch%2Fcoreboot_tables.h;h=b177949fb1b3434f592b543455f12ce271d2deb1;hp=773e05383513b940ca29d8bef8975f286ba94060;hb=31324c64e12135f09590884421cbcbcabec1a62f;hpb=8c5b58e7c372d0c1666931040e35fef92ad56c4b diff --git a/src/arch/x86/include/arch/coreboot_tables.h b/src/arch/x86/include/arch/coreboot_tables.h index 773e05383..b177949fb 100644 --- a/src/arch/x86/include/arch/coreboot_tables.h +++ b/src/arch/x86/include/arch/coreboot_tables.h @@ -20,4 +20,6 @@ struct lb_memory *get_lb_mem(void); int add_mainboard_resources(struct lb_memory *mem); int add_northbridge_resources(struct lb_memory *mem); +void fill_lb_gpios(struct lb_gpios *gpios); + #endif /* COREBOOT_TABLE_H */