diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tty.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index d80b53642f2c..4c6b9fd3c750 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
| @@ -418,6 +418,7 @@ extern void tty_unregister_device(struct tty_driver *driver, unsigned index); | |||
| 418 | extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, | 418 | extern int tty_read_raw_data(struct tty_struct *tty, unsigned char *bufp, |
| 419 | int buflen); | 419 | int buflen); |
| 420 | extern void tty_write_message(struct tty_struct *tty, char *msg); | 420 | extern void tty_write_message(struct tty_struct *tty, char *msg); |
| 421 | extern int tty_send_xchar(struct tty_struct *tty, char ch); | ||
| 421 | extern int tty_put_char(struct tty_struct *tty, unsigned char c); | 422 | extern int tty_put_char(struct tty_struct *tty, unsigned char c); |
| 422 | extern int tty_chars_in_buffer(struct tty_struct *tty); | 423 | extern int tty_chars_in_buffer(struct tty_struct *tty); |
| 423 | extern int tty_write_room(struct tty_struct *tty); | 424 | extern int tty_write_room(struct tty_struct *tty); |
| @@ -502,8 +503,6 @@ extern struct tty_struct *tty_pair_get_pty(struct tty_struct *tty); | |||
| 502 | extern struct mutex tty_mutex; | 503 | extern struct mutex tty_mutex; |
| 503 | extern spinlock_t tty_files_lock; | 504 | extern spinlock_t tty_files_lock; |
| 504 | 505 | ||
| 505 | extern void tty_write_unlock(struct tty_struct *tty); | ||
| 506 | extern int tty_write_lock(struct tty_struct *tty, int ndelay); | ||
| 507 | #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) | 506 | #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) |
| 508 | 507 | ||
| 509 | extern void tty_port_init(struct tty_port *port); | 508 | extern void tty_port_init(struct tty_port *port); |
