1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* RS-485 structures */
4 /* Used with ioctl() TIOCSERSETRS485 for backward compatibility!
5 * XXX: Do not use it for new code!
8 unsigned short rts_on_send
;
9 unsigned short rts_after_sent
;
10 unsigned long delay_rts_before_send
;
11 unsigned short enabled
;
14 /* Used with ioctl() TIOCSERWRRS485 */
16 unsigned short outc_size
;