aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index c30ed8d3bcbd..e00393a3d1c9 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -361,6 +361,7 @@ extern int is_ignored(int sig);
361extern int tty_signal(int sig, struct tty_struct *tty); 361extern int tty_signal(int sig, struct tty_struct *tty);
362extern void tty_hangup(struct tty_struct *tty); 362extern void tty_hangup(struct tty_struct *tty);
363extern void tty_vhangup(struct tty_struct *tty); 363extern void tty_vhangup(struct tty_struct *tty);
364extern void tty_vhangup_self(void);
364extern void tty_unhangup(struct file *filp); 365extern void tty_unhangup(struct file *filp);
365extern int tty_hung_up_p(struct file *filp); 366extern int tty_hung_up_p(struct file *filp);
366extern void do_SAK(struct tty_struct *tty); 367extern void do_SAK(struct tty_struct *tty);