diff options
Diffstat (limited to 'arch/um/drivers/line.h')
-rw-r--r-- | arch/um/drivers/line.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/drivers/line.h b/arch/um/drivers/line.h index e3f86065e049..95991994a93b 100644 --- a/arch/um/drivers/line.h +++ b/arch/um/drivers/line.h | |||
@@ -82,7 +82,8 @@ extern void line_close_chan(struct line *line); | |||
82 | extern int register_lines(struct line_driver *line_driver, | 82 | extern int register_lines(struct line_driver *line_driver, |
83 | const struct tty_operations *driver, | 83 | const struct tty_operations *driver, |
84 | struct line *lines, int nlines); | 84 | struct line *lines, int nlines); |
85 | extern void lines_init(struct line *lines, int nlines, struct chan_opts *opts); | 85 | extern int setup_one_line(struct line *lines, int n, char *init, |
86 | const struct chan_opts *opts, char **error_out); | ||
86 | extern void close_lines(struct line *lines, int nlines); | 87 | extern void close_lines(struct line *lines, int nlines); |
87 | 88 | ||
88 | extern int line_config(struct line *lines, unsigned int sizeof_lines, | 89 | extern int line_config(struct line *lines, unsigned int sizeof_lines, |