aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/coreboot_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/boot/coreboot_table.h')
-rw-r--r--src/arch/i386/boot/coreboot_table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/boot/coreboot_table.h b/src/arch/i386/boot/coreboot_table.h
index a5ba0f5963..4c8c44a18c 100644
--- a/src/arch/i386/boot/coreboot_table.h
+++ b/src/arch/i386/boot/coreboot_table.h
@@ -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 */