diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-02 22:13:27 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-02 22:13:27 +0000 |
commit | b4a3fcfb4b9ae0864d23ff88e02b694c25d40752 (patch) | |
tree | f1b2525e63b9db8f4050adf38b9d3ba7a567bf10 /src/include | |
parent | 720297c3d46122af14c69545f4ab22337f540ae3 (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')
-rw-r--r-- | src/include/console/console.h | 6 |
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); |