Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _IRIX / termios.h
1 struct termios {
2         tcflag_t        c_iflag;        /* input modes */
3         tcflag_t        c_oflag;        /* output modes */
4         tcflag_t        c_cflag;        /* control modes */
5         tcflag_t        c_lflag;        /* line discipline modes */
6         cc_t            c_cc[NCCS];     /* control chars */
7 };
8