summaryrefslogtreecommitdiffstats
path: root/src/core/serial.c
diff options
context:
space:
mode:
authorMichael Brown2006-08-30 15:55:52 +0200
committerMichael Brown2006-08-30 15:55:52 +0200
commitc399e88aa3658c792e7a11896d99803b3cbdf3ba (patch)
tree608a22ae4e840249299efb42925c1ad21eca8669 /src/core/serial.c
parentAdded extra debugging (diff)
downloadipxe-c399e88aa3658c792e7a11896d99803b3cbdf3ba.tar.gz
ipxe-c399e88aa3658c792e7a11896d99803b3cbdf3ba.tar.xz
ipxe-c399e88aa3658c792e7a11896d99803b3cbdf3ba.zip
Hopefully fix gcc3 build issue
Diffstat (limited to 'src/core/serial.c')
-rw-r--r--src/core/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/serial.c b/src/core/serial.c
index 52cf0e44..94bb8d12 100644
--- a/src/core/serial.c
+++ b/src/core/serial.c
@@ -91,7 +91,7 @@
#define uart_writeb(val,addr) outb((val),(addr))
#endif
-struct console_driver serial_console;
+struct console_driver serial_console __console_driver;
/*
* void serial_putc(int ch);