1 /* RS-485 structures */
4 /* Used with ioctl() TIOCSERSETRS485 */
6 unsigned short rts_on_send
;
7 unsigned short rts_after_sent
;
8 unsigned long delay_rts_before_send
;
9 unsigned short enabled
;
11 int disable_serial_loopback
;
15 /* Used with ioctl() TIOCSERWRRS485 */
17 unsigned short outc_size
;