Fill out ChromeOS specific coreboot table extensions
[coreboot.git] / src / arch / x86 / include / arch / coreboot_tables.h
index 3c9bf98f223a8484bfe38201efba95cfabb869f2..b177949fb1b3434f592b543455f12ce271d2deb1 100644 (file)
@@ -16,10 +16,10 @@ void lb_memory_range(struct lb_memory *mem,
  */
 struct lb_memory *get_lb_mem(void);
 
-extern struct cmos_option_table option_table;
-
 /* defined by mainboard.c if the mainboard requires extra resources */
 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 */