Use regcache->tdesc instead of arm_hwcap
[deliverable/binutils-gdb.git] / gdb / ser-base.h
index 6aac9256360f7dacad6fbdcc5e772cbd4ce79776..bb1c51d20d936ed30d8cf5932eeea3dc8188c263 100644 (file)
@@ -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);
This page took 0.022791 seconds and 4 git commands to generate.