Fill out ChromeOS specific coreboot table extensions
[coreboot.git] / src / arch / x86 / include / arch / coreboot_tables.h
index 773e05383513b940ca29d8bef8975f286ba94060..b177949fb1b3434f592b543455f12ce271d2deb1 100644 (file)
@@ -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 */