diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/lib/romstage_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/lib/romstage_console.c b/src/arch/x86/lib/romstage_console.c index af2944d52c..f43db05622 100644 --- a/src/arch/x86/lib/romstage_console.c +++ b/src/arch/x86/lib/romstage_console.c @@ -29,7 +29,7 @@ #include <console/ne2k.h> #endif -static void console_tx_byte(unsigned char byte) +void console_tx_byte(unsigned char byte) { if (byte == '\n') console_tx_byte('\r'); |