mirror of https://github.com/ipxe/ipxe.git
Hopefully fix gcc3 build issue
parent
095fce14f8
commit
c399e88aa3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue