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 b6e890a87eb1..d3548f871968 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -534,6 +534,7 @@ extern int tty_port_carrier_raised(struct tty_port *port);
534extern void tty_port_raise_dtr_rts(struct tty_port *port); 534extern void tty_port_raise_dtr_rts(struct tty_port *port);
535extern void tty_port_lower_dtr_rts(struct tty_port *port); 535extern void tty_port_lower_dtr_rts(struct tty_port *port);
536extern void tty_port_hangup(struct tty_port *port); 536extern void tty_port_hangup(struct tty_port *port);
537extern void tty_port_tty_hangup(struct tty_port *port, bool check_clocal);
537extern void tty_port_tty_wakeup(struct tty_port *port); 538extern void tty_port_tty_wakeup(struct tty_port *port);
538extern int tty_port_block_til_ready(struct tty_port *port, 539extern int tty_port_block_til_ready(struct tty_port *port,
539 struct tty_struct *tty, struct file *filp); 540 struct tty_struct *tty, struct file *filp);