diff options
Diffstat (limited to 'arch/um/include/line.h')
-rw-r--r-- | arch/um/include/line.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/um/include/line.h b/arch/um/include/line.h index 474398ba1207..e6cc3abfd4db 100644 --- a/arch/um/include/line.h +++ b/arch/um/include/line.h | |||
@@ -32,6 +32,7 @@ struct line_driver { | |||
32 | }; | 32 | }; |
33 | 33 | ||
34 | struct line { | 34 | struct line { |
35 | struct tty_struct *tty; | ||
35 | char *init_str; | 36 | char *init_str; |
36 | int init_pri; | 37 | int init_pri; |
37 | struct list_head chan_list; | 38 | struct list_head chan_list; |
@@ -89,10 +90,9 @@ extern int line_ioctl(struct tty_struct *tty, struct file * file, | |||
89 | unsigned int cmd, unsigned long arg); | 90 | unsigned int cmd, unsigned long arg); |
90 | 91 | ||
91 | extern char *add_xterm_umid(char *base); | 92 | extern char *add_xterm_umid(char *base); |
92 | extern int line_setup_irq(int fd, int input, int output, | 93 | extern int line_setup_irq(int fd, int input, int output, struct line *line, |
93 | struct tty_struct *tty); | 94 | void *data); |
94 | extern void line_close_chan(struct line *line); | 95 | extern void line_close_chan(struct line *line); |
95 | extern void line_disable(struct tty_struct *tty, int current_irq); | ||
96 | extern struct tty_driver * line_register_devfs(struct lines *set, | 96 | extern struct tty_driver * line_register_devfs(struct lines *set, |
97 | struct line_driver *line_driver, | 97 | struct line_driver *line_driver, |
98 | struct tty_operations *driver, | 98 | struct tty_operations *driver, |