1 #ifndef _UAPI_ALPHA_TERMIOS_H
2 #define _UAPI_ALPHA_TERMIOS_H
4 #include <asm/ioctls.h>
5 #include <asm/termbits.h>
34 unsigned short ws_row
;
35 unsigned short ws_col
;
36 unsigned short ws_xpixel
;
37 unsigned short ws_ypixel
;
42 unsigned short c_iflag
; /* input mode flags */
43 unsigned short c_oflag
; /* output mode flags */
44 unsigned short c_cflag
; /* control mode flags */
45 unsigned short c_lflag
; /* local mode flags */
46 unsigned char c_line
; /* line discipline */
47 unsigned char c_cc
[NCC
]; /* control characters */
51 * c_cc characters in the termio structure. Oh, how I love being
52 * backwardly compatible. Notice that character 4 and 5 are
53 * interpreted differently depending on whether ICANON is set in
54 * c_lflag. If it's set, they are used as _VEOF and _VEOL, otherwise
55 * as _VMIN and V_TIME. This is for compatibility with OSF/1 (which
56 * is compatible with sysV)...
70 #endif /* _UAPI_ALPHA_TERMIOS_H */