Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dserial.h206 struct serial_ops struct
209 struct serial_ops *next; argument
210 int (*open) (struct serial *, const char *name);
211 void (*close) (struct serial *);
212 int (*readchar) (struct serial *, int timeout);
213 int (*write) (struct serial *, const char *str, int len);
238 extern void serial_add_interface (struct serial_ops * optable); argument