patch-2.3.46 linux/include/linux/tty_driver.h
Next file: linux/include/linux/videodev.h
Previous file: linux/include/linux/raid/md_k.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Feb 16 15:42:06 2000
- Orig file:
v2.3.45/linux/include/linux/tty_driver.h
- Orig date:
Wed Aug 18 16:43:32 1999
diff -u --recursive --new-file v2.3.45/linux/include/linux/tty_driver.h linux/include/linux/tty_driver.h
@@ -197,10 +197,15 @@
* optimize for this case if this flag is set. (Note that there
* is also a promise, if the above case is true, not to signal
* overruns, either.)
+ *
+ * TTY_DRIVER_NO_DEVFS --- if set, do not create devfs entries. This
+ * is only used by tty_register_driver().
+ *
*/
#define TTY_DRIVER_INSTALLED 0x0001
#define TTY_DRIVER_RESET_TERMIOS 0x0002
#define TTY_DRIVER_REAL_RAW 0x0004
+#define TTY_DRIVER_NO_DEVFS 0x0008
/* tty driver types */
#define TTY_DRIVER_TYPE_SYSTEM 0x0001
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)