diff options
Diffstat (limited to 'gdb/ser-base.h')
-rw-r--r-- | gdb/ser-base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ser-base.h b/gdb/ser-base.h index 6aac925..bb1c51d 100644 --- a/gdb/ser-base.h +++ b/gdb/ser-base.h @@ -43,6 +43,7 @@ extern int ser_base_noflush_set_tty_state (struct serial *scb, 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); extern int ser_base_drain_output (struct serial *scb); extern int ser_base_write (struct serial *scb, const void *buf, size_t count); |