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:
parent
720297c3d4
commit
b4a3fcfb4b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue