Assume termios is available, remove support for termio and sgtty
[deliverable/binutils-gdb.git] / gdb / ser-base.h
index 964d640587af5bbbc8b241f7955d90a2db052645..ceeb7de8760367e18e8143d99ffba2f9da8f520f 100644 (file)
@@ -40,9 +40,6 @@ extern int ser_base_set_tty_state (struct serial *scb,
 extern void ser_base_print_tty_state (struct serial *scb,
                                      serial_ttystate ttystate,
                                      struct ui_file *stream);
-extern int ser_base_noflush_set_tty_state (struct serial *scb,
-                                          serial_ttystate new_ttystate,
-                                          serial_ttystate old_ttystate);
 extern int ser_base_setbaudrate (struct serial *scb, int rate);
 extern int ser_base_setstopbits (struct serial *scb, int num);
 extern int ser_base_setparity (struct serial *scb, int parity);
This page took 0.025336 seconds and 4 git commands to generate.