.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com) |
---|
3 | | - * Licensed under the GPL |
---|
4 | 4 | */ |
---|
5 | 5 | |
---|
6 | 6 | #ifndef __LINE_H__ |
---|
.. | .. |
---|
66 | 66 | char *init, char *name); |
---|
67 | 67 | extern int line_write(struct tty_struct *tty, const unsigned char *buf, |
---|
68 | 68 | int len); |
---|
69 | | -extern int line_put_char(struct tty_struct *tty, unsigned char ch); |
---|
70 | 69 | extern void line_set_termios(struct tty_struct *tty, struct ktermios * old); |
---|
71 | 70 | extern int line_chars_in_buffer(struct tty_struct *tty); |
---|
72 | 71 | extern void line_flush_buffer(struct tty_struct *tty); |
---|