#include <linux/types.h>
#include <asm/termios.h>
Go to the source code of this file.
|
| #define | NFF 5 |
| |
| #define | RTSXOFF 0x0001 /* RTS flow control on input */ |
| |
| #define | CTSXON 0x0002 /* CTS flow control on output */ |
| |
| #define | DTRXOFF 0x0004 /* DTR flow control on input */ |
| |
| #define | DSRXON 0x0008 /* DCD flow control on output */ |
| |
| #define CTSXON 0x0002 /* CTS flow control on output */ |
| #define DSRXON 0x0008 /* DCD flow control on output */ |
| #define DTRXOFF 0x0004 /* DTR flow control on input */ |
| #define RTSXOFF 0x0001 /* RTS flow control on input */ |