aboutsummaryrefslogtreecommitdiff
path: root/src/include/console
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-02 22:13:27 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-02 22:13:27 +0000
commitb4a3fcfb4b9ae0864d23ff88e02b694c25d40752 (patch)
treef1b2525e63b9db8f4050adf38b9d3ba7a567bf10 /src/include/console
parent720297c3d46122af14c69545f4ab22337f540ae3 (diff)
oops, sorry, overlapping work
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
Diffstat (limited to 'src/include/console')
-rw-r--r--src/include/console/console.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h
index 50b3a0d7ce..be91988291 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -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);