1 #ifndef _LINUX_TERMIOS_H
2 #define _LINUX_TERMIOS_H
4 #include <linux/types.h>
5 #include <asm/termios.h>
17 #define RTSXOFF 0x0001 /* RTS flow control on input */
18 #define CTSXON 0x0002 /* CTS flow control on output */
19 #define DTRXOFF 0x0004 /* DTR flow control on input */
20 #define DSRXON 0x0008 /* DCD flow control on output */