Преглед изворни кода

Hopefully fix gcc3 build issue

tags/v0.9.3
Michael Brown пре 19 година
родитељ
комит
c399e88aa3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/core/serial.c

+ 1
- 1
src/core/serial.c Прегледај датотеку

91
 #define uart_writeb(val,addr) outb((val),(addr))
91
 #define uart_writeb(val,addr) outb((val),(addr))
92
 #endif
92
 #endif
93
 
93
 
94
-struct console_driver serial_console;
94
+struct console_driver serial_console __console_driver;
95
 
95
 
96
 /*
96
 /*
97
  * void serial_putc(int ch);
97
  * void serial_putc(int ch);

Loading…
Откажи
Сачувај