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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 45ef71df0e72..40b18d7ad929 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -497,6 +497,9 @@ extern int tty_write_lock(struct tty_struct *tty, int ndelay);
497#define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) 497#define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock))
498 498
499extern void tty_port_init(struct tty_port *port); 499extern void tty_port_init(struct tty_port *port);
500extern struct device *tty_port_register_device(struct tty_port *port,
501 struct tty_driver *driver, unsigned index,
502 struct device *device);
500extern int tty_port_alloc_xmit_buf(struct tty_port *port); 503extern int tty_port_alloc_xmit_buf(struct tty_port *port);
501extern void tty_port_free_xmit_buf(struct tty_port *port); 504extern void tty_port_free_xmit_buf(struct tty_port *port);
502extern void tty_port_put(struct tty_port *port); 505extern void tty_port_put(struct tty_port *port);