patch-2.1.87 linux/include/asm-m68k/ioctls.h
Next file: linux/include/asm-m68k/keyboard.h
Previous file: linux/include/asm-m68k/io.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Feb 12 16:25:04 1998
-  Orig file: 
v2.1.86/linux/include/asm-m68k/ioctls.h
-  Orig date: 
Thu Dec  4 13:09:01 1997
diff -u --recursive --new-file v2.1.86/linux/include/asm-m68k/ioctls.h linux/include/asm-m68k/ioctls.h
@@ -47,6 +47,8 @@
 #define TIOCSBRK	0x5427  /* BSD compatibility */
 #define TIOCCBRK	0x5428  /* BSD compatibility */
 #define TIOCGSID	0x5429  /* Return the session ID of FD */
+#define TIOCGPTN	_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
+#define TIOCSPTLCK	_IOW('T',0x31, int)  /* Lock/unlock Pty */
 
 #define FIONCLEX	0x5450  /* these numbers need to be adjusted. */
 #define FIOCLEX		0x5451
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov