]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/termbits.h
cmd64x: don't clear the other channel's interrupt
[linux-2.6-omap-h63xx.git] / include / asm-sh / termbits.h
index f1b7b46f4e9a46549a41648716e27e0071783c69..7ee1b42eeab0ba77bbdb06a1d1bf30a275f66d73 100644 (file)
@@ -17,6 +17,17 @@ struct termios {
        cc_t c_cc[NCCS];                /* control characters */
 };
 
+struct termios2 {
+       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 */
+};
+
 struct ktermios {
        tcflag_t c_iflag;               /* input mode flags */
        tcflag_t c_oflag;               /* output mode flags */