mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
Hopefully fix gcc3 build issue
This commit is contained in:
@@ -91,7 +91,7 @@
|
|||||||
#define uart_writeb(val,addr) outb((val),(addr))
|
#define uart_writeb(val,addr) outb((val),(addr))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct console_driver serial_console;
|
struct console_driver serial_console __console_driver;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* void serial_putc(int ch);
|
* void serial_putc(int ch);
|
||||||
|
|||||||
Reference in New Issue
Block a user