1 /* The following corresponds to the values from the Linux 2.1.20 kernel. */
7 tcflag_t c_iflag
; /* input mode flags */
8 tcflag_t c_oflag
; /* output mode flags */
9 tcflag_t c_cflag
; /* control mode flags */
10 tcflag_t c_lflag
; /* local mode flags */
11 cc_t c_cc
[KERNEL_NCCS
]; /* control characters */
12 cc_t c_line
; /* line discipline */
13 speed_t c_ispeed
; /* input speed */
14 speed_t c_ospeed
; /* output speed */
17 #define _HAVE_C_ISPEED 1
18 #define _HAVE_C_OSPEED 1