From 12584e2bd2ec7ab1ed60dc524574c8ae04dc17d6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 8 May 2010 09:14:51 +0000 Subject: Drop console/console.c and pc80/serial.c from mainboards' romstage.c. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5528 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/console/console.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/console') diff --git a/src/include/console/console.h b/src/include/console/console.h index 36661c25c7..9b3b88678a 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -307,4 +307,9 @@ static void print_spew(const char *str) { __console_tx_string(BIOS_SPEW, str); } #endif +#ifdef __ROMCC__ +/* if included by romcc, include the sources, too. romcc can't use prototypes */ +#include +#endif + #endif /* CONSOLE_CONSOLE_H_ */ -- cgit v1.2.3