1 #ifndef _ASM_GENERIC_TERMIOS_H
2 #define _ASM_GENERIC_TERMIOS_H
5 #include <asm/uaccess.h>
14 #define INIT_C_CC "\003\034\177\025\004\0\1\0\021\023\032\0\022\017\027\026\0"
24 if (
get_user(tmp, &termio->c_iflag) < 0)
28 if (
get_user(tmp, &termio->c_oflag) < 0)
32 if (
get_user(tmp, &termio->c_cflag) < 0)
36 if (
get_user(tmp, &termio->c_lflag) < 0)
83 struct termios __user *u)
95 struct termios __user *u)