+/* 32 bit version */
+struct termios32 {
+ __uint32_t c_iflag; /* input flags */
+ __uint32_t c_oflag; /* output flags */
+ __uint32_t c_cflag; /* control flags */
+ __uint32_t c_lflag; /* local flags */
+ cc_t c_cc[NCCS]; /* control chars */
+ __uint32_t c_ispeed; /* input speed */
+ __uint32_t c_ospeed; /* output speed */
+};