+#define TIOCGETA_32 _IOR('t', 19, struct termios32) /* get termios struct */
+#define TIOCSETA_32 _IOW('t', 20, struct termios32) /* set termios struct */
+#define TIOCSETAW_32 _IOW('t', 21, struct termios32) /* drain output, set */
+#define TIOCSETAF_32 _IOW('t', 22, struct termios32) /* drn out, fls in, set */