From b4a3fcfb4b9ae0864d23ff88e02b694c25d40752 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 2 Apr 2010 22:13:27 +0000 Subject: oops, sorry, overlapping work Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5349 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/console/console.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/console') 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 #include -#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); -- cgit v1.2.3