david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Hopefully fix gcc3 build issue

This commit is contained in:
Michael Brown 2006-08-30 13:55:52 +00:00
parent 095fce14f8
commit c399e88aa3
1 changed files with 1 additions and 1 deletions

View File

@ -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);