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