diff options
Diffstat (limited to 'arch/um/include/line.h')
-rw-r--r-- | arch/um/include/line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/line.h b/arch/um/include/line.h index 214ee76c40df..5f232ae89fbb 100644 --- a/arch/um/include/line.h +++ b/arch/um/include/line.h | |||
@@ -76,7 +76,7 @@ extern int line_setup(struct line *lines, unsigned int sizeof_lines, | |||
76 | extern int line_write(struct tty_struct *tty, const unsigned char *buf, | 76 | extern int line_write(struct tty_struct *tty, const unsigned char *buf, |
77 | int len); | 77 | int len); |
78 | extern void line_put_char(struct tty_struct *tty, unsigned char ch); | 78 | extern void line_put_char(struct tty_struct *tty, unsigned char ch); |
79 | extern void line_set_termios(struct tty_struct *tty, struct termios * old); | 79 | extern void line_set_termios(struct tty_struct *tty, struct ktermios * old); |
80 | extern int line_chars_in_buffer(struct tty_struct *tty); | 80 | extern int line_chars_in_buffer(struct tty_struct *tty); |
81 | extern void line_flush_buffer(struct tty_struct *tty); | 81 | extern void line_flush_buffer(struct tty_struct *tty); |
82 | extern void line_flush_chars(struct tty_struct *tty); | 82 | extern void line_flush_chars(struct tty_struct *tty); |