X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Flinux%2Ftty.h;h=533d7f6e248190854e19e338a8cb30db7b49d8c4;hb=2812d9e9fd94c54b0482215f579e6aa04452a322;hp=c2889f4331e1c4767a2549f6da198772ea8431dc;hpb=71a5cd8a4a2602a6e9010b557a23af0a54df87b6;p=linux-2.6-block.git diff --git a/include/linux/tty.h b/include/linux/tty.h index c2889f4331e1..533d7f6e2481 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -423,6 +423,7 @@ extern int tty_paranoia_check(struct tty_struct *tty, struct inode *inode, const char *routine); extern const char *tty_name(const struct tty_struct *tty); extern void tty_wait_until_sent(struct tty_struct *tty, long timeout); +extern int __tty_check_change(struct tty_struct *tty, int sig); extern int tty_check_change(struct tty_struct *tty); extern void __stop_tty(struct tty_struct *tty); extern void stop_tty(struct tty_struct *tty);