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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 9f47ab540f65..45ef71df0e72 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -521,6 +521,8 @@ extern int tty_port_close_start(struct tty_port *port,
521extern void tty_port_close_end(struct tty_port *port, struct tty_struct *tty); 521extern void tty_port_close_end(struct tty_port *port, struct tty_struct *tty);
522extern void tty_port_close(struct tty_port *port, 522extern void tty_port_close(struct tty_port *port,
523 struct tty_struct *tty, struct file *filp); 523 struct tty_struct *tty, struct file *filp);
524extern int tty_port_install(struct tty_port *port, struct tty_driver *driver,
525 struct tty_struct *tty);
524extern int tty_port_open(struct tty_port *port, 526extern int tty_port_open(struct tty_port *port,
525 struct tty_struct *tty, struct file *filp); 527 struct tty_struct *tty, struct file *filp);
526static inline int tty_port_users(struct tty_port *port) 528static inline int tty_port_users(struct tty_port *port)