patch-2.1.31 linux/include/linux/tty.h

Next file: linux/include/net/sock.h
Previous file: linux/include/linux/skbuff.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.30/linux/include/linux/tty.h linux/include/linux/tty.h
@@ -280,7 +280,6 @@
 extern int fg_console, last_console, want_console;
 
 extern int kmsg_redirect;
-extern struct wait_queue * keypress_wait;
 
 extern unsigned long con_init(unsigned long);
 
@@ -328,14 +327,20 @@
 extern int n_tty_ioctl(struct tty_struct * tty, struct file * file,
 		       unsigned int cmd, unsigned long arg);
 
+/* serial.c */
+
+extern long serial_console_init(long kmem_start, long kmem_end);
+
 /* pcxx.c */
 
 extern int pcxe_open(struct tty_struct *tty, struct file *filp);
 
 /* console.c */
 
-extern int con_open(struct tty_struct * tty, struct file * filp);
 extern void update_screen(int new_console);
+
+/* printk.c */
+
 extern void console_print(const char *);
 
 /* vt.c */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov