Home
last modified time | relevance | path

Searched defs:serial_ops (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dserial.h207 struct serial_ops struct
210 struct serial_ops *next; argument
211 int (*open) (struct serial *, const char *name);
212 void (*close) (struct serial *);
213 int (*readchar) (struct serial *, int timeout);
214 int (*write) (struct serial *, const char *str, int len);
216 int (*flush_output) (struct serial *);
218 int (*flush_input) (struct serial *);
219 int (*send_break) (struct serial *);
220 void (*go_raw) (struct serial *);
[all …]