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
This commit is contained in:
Stefan Reinauer 2010-04-02 22:13:27 +00:00 committed by Stefan Reinauer
parent 720297c3d4
commit b4a3fcfb4b
1 changed files with 0 additions and 6 deletions

View 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);