2 * Liberally adapted from alpha/termios.h. In particular, the c_cc[]
3 * fields have been reordered so that termio & termios share the
4 * common subset in the same order (for brain dead programs that don't
5 * know or care about the differences).
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
12 #ifndef _UAPI_ASM_POWERPC_TERMIOS_H
13 #define _UAPI_ASM_POWERPC_TERMIOS_H
16 #include <asm/ioctls.h>
17 #include <asm/termbits.h>
46 unsigned short ws_row
;
47 unsigned short ws_col
;
48 unsigned short ws_xpixel
;
49 unsigned short ws_ypixel
;
54 unsigned short c_iflag
; /* input mode flags */
55 unsigned short c_oflag
; /* output mode flags */
56 unsigned short c_cflag
; /* control mode flags */
57 unsigned short c_lflag
; /* local mode flags */
58 unsigned char c_line
; /* line discipline */
59 unsigned char c_cc
[NCC
]; /* control characters */
76 #endif /* _UAPI_ASM_POWERPC_TERMIOS_H */