]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/termbits.h
r8169: merge with version 6.001.00 of Realtek's r8169 driver
[linux-2.6-omap-h63xx.git] / include / asm-cris / termbits.h
index be0836d2f2825fcf98df6710e6bd768b602cc1f0..8d8cec225fe1c37aed157383dc5f1c9c4152db79 100644 (file)
@@ -19,6 +19,17 @@ struct termios {
        cc_t c_cc[NCCS];                /* control characters */
 };
 
+struct ktermios {
+       tcflag_t c_iflag;               /* input mode flags */
+       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 */
+       speed_t c_ispeed;               /* input speed */
+       speed_t c_ospeed;               /* output speed */
+};
+
 /* c_cc characters */
 #define VINTR 0
 #define VQUIT 1