| .. | .. |
|---|
| 12 | 12 | extern int tty_prepare_flip_string(struct tty_port *port, |
|---|
| 13 | 13 | unsigned char **chars, size_t size); |
|---|
| 14 | 14 | extern void tty_flip_buffer_push(struct tty_port *port); |
|---|
| 15 | | -void tty_schedule_flip(struct tty_port *port); |
|---|
| 16 | 15 | int __tty_insert_flip_char(struct tty_port *port, unsigned char ch, char flag); |
|---|
| 17 | 16 | |
|---|
| 18 | 17 | static inline int tty_insert_flip_char(struct tty_port *port, |
|---|
| .. | .. |
|---|
| 40 | 39 | extern void tty_buffer_lock_exclusive(struct tty_port *port); |
|---|
| 41 | 40 | extern void tty_buffer_unlock_exclusive(struct tty_port *port); |
|---|
| 42 | 41 | |
|---|
| 42 | +int tty_insert_flip_string_and_push_buffer(struct tty_port *port, |
|---|
| 43 | + const unsigned char *chars, size_t cnt); |
|---|
| 44 | + |
|---|
| 43 | 45 | #endif /* _LINUX_TTY_FLIP_H */ |
|---|