]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/tty.h
tty: Make vt's have a tty_port
[karo-tx-linux.git] / include / linux / tty.h
index 931078b73226a729f62b82938747c940b1593084..2df60e4ff40e038dfad3f2dd8637542eba784aff 100644 (file)
@@ -179,6 +179,7 @@ struct tty_bufhead {
 #define L_FLUSHO(tty)  _L_FLAG((tty), FLUSHO)
 #define L_PENDIN(tty)  _L_FLAG((tty), PENDIN)
 #define L_IEXTEN(tty)  _L_FLAG((tty), IEXTEN)
+#define L_EXTPROC(tty) _L_FLAG((tty), EXTPROC)
 
 struct device;
 struct signal_struct;
@@ -552,6 +553,9 @@ static inline void tty_audit_push_task(struct task_struct *tsk,
 }
 #endif
 
+/* tty_io.c */
+extern int __init tty_init(void);
+
 /* tty_ioctl.c */
 extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file,
                       unsigned int cmd, unsigned long arg);