0x17专题

Linux驱动开发杂记(0x17) - 内核tty接口各版本的变化(一)之tty_flip.h

2.6.15 - 2.6.16 添加 extern int tty_buffer_request_room(struct tty_struct *tty, size_t size);extern int tty_insert_flip_string(struct tty_struct *tty, unsigned char *chars, size_t size);extern int t