File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
arch/sparc/include/uapi/asm Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,6 @@ typedef unsigned int tcflag_t;
10
10
typedef unsigned long tcflag_t ;
11
11
#endif
12
12
13
- #define NCC 8
14
- struct termio {
15
- unsigned short c_iflag ; /* input mode flags */
16
- unsigned short c_oflag ; /* output mode flags */
17
- unsigned short c_cflag ; /* control mode flags */
18
- unsigned short c_lflag ; /* local mode flags */
19
- unsigned char c_line ; /* line discipline */
20
- unsigned char c_cc [NCC ]; /* control characters */
21
- };
22
-
23
13
#define NCCS 17
24
14
struct termios {
25
15
tcflag_t c_iflag ; /* input mode flags */
Original file line number Diff line number Diff line change @@ -40,5 +40,14 @@ struct winsize {
40
40
unsigned short ws_ypixel ;
41
41
};
42
42
43
+ #define NCC 8
44
+ struct termio {
45
+ unsigned short c_iflag ; /* input mode flags */
46
+ unsigned short c_oflag ; /* output mode flags */
47
+ unsigned short c_cflag ; /* control mode flags */
48
+ unsigned short c_lflag ; /* local mode flags */
49
+ unsigned char c_line ; /* line discipline */
50
+ unsigned char c_cc [NCC ]; /* control characters */
51
+ };
43
52
44
53
#endif /* _UAPI_SPARC_TERMIOS_H */
You can’t perform that action at this time.
0 commit comments