Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dserial.h205 struct serial_ops struct
208 struct serial_ops *next; argument
209 int (*open) (struct serial *, const char *name);
210 void (*close) (struct serial *);
211 int (*readchar) (struct serial *, int timeout);
212 int (*write) (struct serial *, const char *str, int len);
237 extern void serial_add_interface (struct serial_ops * optable); argument