Author: stepan Date: Sat Apr 3 00:13:27 2010 New Revision: 5349 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5349
Log: oops, sorry, overlapping work Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/include/console/console.h
Modified: trunk/src/include/console/console.h ============================================================================== --- trunk/src/include/console/console.h Sat Apr 3 00:11:20 2010 (r5348) +++ trunk/src/include/console/console.h Sat Apr 3 00:13:27 2010 (r5349) @@ -4,12 +4,6 @@ #include <stdint.h> #include <console/loglevel.h>
-#ifndef __ROMCC__ -void console_init(void); -void post_code(u8 value); -void __attribute__ ((noreturn)) die(const char *msg); -#endif - #ifndef __PRE_RAM__ void console_tx_byte(unsigned char byte); void console_tx_flush(void);