[coreboot] [commit] r5349 - trunk/src/include/console

repository service svn at coreboot.org
Sat Apr 3 00:13:28 CEST 2010


Author: stepan
Date: Sat Apr  3 00:13:27 2010
New Revision: 5349
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5349

Log:
oops, sorry, overlapping work
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/include/console/console.h

Modified: trunk/src/include/console/console.h
==============================================================================
--- trunk/src/include/console/console.h	Sat Apr  3 00:11:20 2010	(r5348)
+++ trunk/src/include/console/console.h	Sat Apr  3 00:13:27 2010	(r5349)
@@ -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);




More information about the coreboot mailing list