[PATCH] tty: switch to ktermios
[safe/jmp/linux-2.6] / include / asm-powerpc / termbits.h
index b572f21..5e79198 100644 (file)
@@ -37,8 +37,8 @@ struct ktermios {
        tcflag_t c_oflag;               /* output mode flags */
        tcflag_t c_cflag;               /* control mode flags */
        tcflag_t c_lflag;               /* local mode flags */
-       cc_t c_line;                    /* line discipline */
        cc_t c_cc[NCCS];                /* control characters */
+       cc_t c_line;                    /* line discipline (== c_cc[19]) */
        speed_t c_ispeed;               /* input speed */
        speed_t c_ospeed;               /* output speed */
 };