1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _LINUX_TERMIOS_H
3 #define _LINUX_TERMIOS_H
5 #include <linux/types.h>
6 #include <asm/termios.h>
18 #define RTSXOFF 0x0001 /* RTS flow control on input */
19 #define CTSXON 0x0002 /* CTS flow control on output */
20 #define DTRXOFF 0x0004 /* DTR flow control on input */
21 #define DSRXON 0x0008 /* DCD flow control on output */