* elf32-bfin.c (bfin_howto_table): Set src_mask to 0 for all relocs.
[deliverable/binutils-gdb.git] / gdb / ser-base.h
index 5467fc8fc19a018cc99e7cbc6f5133fb6533cd08..860462911af59fe7cc037cb4cfcd0a306d1c0a10 100644 (file)
@@ -25,6 +25,9 @@
 struct serial;
 struct ui_file;
 
+extern int generic_readchar (struct serial *scb, int timeout,
+                            int (*do_readchar) (struct serial *scb,
+                                                int timeout));
 extern void reschedule (struct serial *scb);
 extern int ser_base_flush_output (struct serial *scb);
 extern int ser_base_flush_input (struct serial *scb);
@@ -46,5 +49,6 @@ extern int ser_base_drain_output (struct serial *scb);
 extern int ser_base_write (struct serial *scb, const char *str, int len);
 
 extern void ser_base_async (struct serial *scb, int async_p);
+extern int ser_base_readchar (struct serial *scb, int timeout);
 
 #endif
This page took 0.025591 seconds and 4 git commands to generate.