X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Farch%2Fi386%2Flib%2Fconsole_print.c;h=ed807e6064ac4bbea6403b161a8602b044c5096c;hb=52fc6b12cb458a93ba1eeac4082f4e7f574cdafc;hp=93886cc34d1ae40dee3d60167158979d60ca2ef6;hpb=b53bed15677e8bd97f58f7f5d847f1029ddaa41b;p=coreboot.git diff --git a/src/arch/i386/lib/console_print.c b/src/arch/i386/lib/console_print.c index 93886cc34..ed807e606 100644 --- a/src/arch/i386/lib/console_print.c +++ b/src/arch/i386/lib/console_print.c @@ -1,3 +1,7 @@ +static void __console_tx_byte(unsigned char byte) +{ + uart_tx_byte(byte); +} static void __console_tx_nibble(unsigned nibble) {