Update of /cvsroot/linuxconsole/ruby/linux/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv5434/include/linux
Modified Files:
tty.h
Log Message:
Start of reworking the console lock.
Index: tty.h
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/tty.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tty.h 2001/08/05 22:58:18 1.10
+++ tty.h 2001/12/06 23:32:51 1.11
@@ -416,6 +416,10 @@
/* vt.c */
+extern int vty_init(void);
+
+/* vt_ioctl.c */
+
extern int vt_ioctl(struct tty_struct *tty, struct file * file,
unsigned int cmd, unsigned long arg);
|