diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index bc7bae78e22f..5001bbcacff6 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -185,6 +185,7 @@ struct tty_port; | |||
185 | struct tty_port_operations { | 185 | struct tty_port_operations { |
186 | /* Return 1 if the carrier is raised */ | 186 | /* Return 1 if the carrier is raised */ |
187 | int (*carrier_raised)(struct tty_port *port); | 187 | int (*carrier_raised)(struct tty_port *port); |
188 | void (*raise_dtr_rts)(struct tty_port *port); | ||
188 | }; | 189 | }; |
189 | 190 | ||
190 | struct tty_port { | 191 | struct tty_port { |
@@ -436,6 +437,7 @@ extern void tty_port_free_xmit_buf(struct tty_port *port); | |||
436 | extern struct tty_struct *tty_port_tty_get(struct tty_port *port); | 437 | extern struct tty_struct *tty_port_tty_get(struct tty_port *port); |
437 | extern void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty); | 438 | extern void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty); |
438 | extern int tty_port_carrier_raised(struct tty_port *port); | 439 | extern int tty_port_carrier_raised(struct tty_port *port); |
440 | extern void tty_port_raise_dtr_rts(struct tty_port *port); | ||
439 | 441 | ||
440 | extern int tty_register_ldisc(int disc, struct tty_ldisc_ops *new_ldisc); | 442 | extern int tty_register_ldisc(int disc, struct tty_ldisc_ops *new_ldisc); |
441 | extern int tty_unregister_ldisc(int disc); | 443 | extern int tty_unregister_ldisc(int disc); |