[PATCH] vt: refactor console SAK processing
[firefly-linux-kernel-4.4.55.git] / include / linux / tty.h
index 65cbcf22c31e1e8ab7aef22b3b8da180825cf7cc..0161a8c6dbf6f638d7e95af33fe9a1656b0b4c9d 100644 (file)
@@ -291,6 +291,7 @@ extern void tty_vhangup(struct tty_struct * tty);
 extern void tty_unhangup(struct file *filp);
 extern int tty_hung_up_p(struct file * filp);
 extern void do_SAK(struct tty_struct *tty);
+extern void __do_SAK(struct tty_struct *tty);
 extern void disassociate_ctty(int priv);
 extern void tty_flip_buffer_push(struct tty_struct *tty);
 extern speed_t tty_get_baud_rate(struct tty_struct *tty);