patch-2.2.17 linux/drivers/char/tty_io.c
Next file: linux/drivers/char/vt.c
Previous file: linux/drivers/char/toshiba.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Sep  4 18:39:18 2000
-  Orig file: 
v2.2.16/drivers/char/tty_io.c
-  Orig date: 
Mon Sep  4 18:37:28 2000
diff -u --recursive --new-file v2.2.16/drivers/char/tty_io.c linux/drivers/char/tty_io.c
@@ -135,6 +135,8 @@
 #ifdef CONFIG_HWC_CONSOLE
 extern long hwc_console_init(long);
 #endif
+extern int rio_init(void);
+extern int sx_init(void);
 
 #ifndef MIN
 #define MIN(a,b)	((a) < (b) ? (a) : (b))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)