re-order console output functions, add proper prototypes,
[coreboot.git] / src / arch / i386 / lib / console_print.c
index 93886cc34d1ae40dee3d60167158979d60ca2ef6..ed807e6064ac4bbea6403b161a8602b044c5096c 100644 (file)
@@ -1,3 +1,7 @@
+static void __console_tx_byte(unsigned char byte)
+{
+       uart_tx_byte(byte);
+}
 
 static void __console_tx_nibble(unsigned nibble)
 {