oops, sorry, overlapping work
authorStefan Reinauer <stepan@coresystems.de>
Fri, 2 Apr 2010 22:13:27 +0000 (22:13 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 2 Apr 2010 22:13:27 +0000 (22:13 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5349 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/include/console/console.h

index 50b3a0d7ceab518fe607d5ebd5b455eb3ea51da3..be919882919a3fbc53d5c8a19dc169a8c6a9a484 100644 (file)
@@ -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);