Move mainboard specific changes to the coreboot memory table into the
[coreboot.git] / src / arch / i386 / boot / coreboot_table.h
index a5ba0f5963216ce0979e9e2f5dc1db516424766f..4c8c44a18cdbd0b33741f7d74faa3f69ea672ea6 100644 (file)
@@ -26,4 +26,7 @@ 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);
+
 #endif /* COREBOOT_TABLE_H */