Go to the documentation of this file. 1 #ifndef _LINUX_TTY_FLIP_H
2 #define _LINUX_TTY_FLIP_H
11 static inline int tty_insert_flip_char(
struct tty_struct *tty,
12 unsigned char ch,
char flag)
23 static inline int tty_insert_flip_string(
struct tty_struct *tty,
const unsigned char *chars,
size_t size)