aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ser-tcp.h')
-rw-r--r--gdb/ser-tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ser-tcp.h b/gdb/ser-tcp.h
index 2fd5052..f43db2e 100644
--- a/gdb/ser-tcp.h
+++ b/gdb/ser-tcp.h
@@ -26,5 +26,6 @@ extern int net_open (struct serial *scb, const char *name);
extern void net_close (struct serial *scb);
extern int net_read_prim (struct serial *scb, size_t count);
extern int net_write_prim (struct serial *scb, const void *buf, size_t count);
+extern int ser_tcp_send_break (struct serial *scb);
#endif