summaryrefslogtreecommitdiff
path: root/gdb/xmodem.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xmodem.h')
-rw-r--r--gdb/xmodem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/xmodem.h b/gdb/xmodem.h
index 86c5008d159..83aa24f71ec 100644
--- a/gdb/xmodem.h
+++ b/gdb/xmodem.h
@@ -18,6 +18,8 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+struct serial;
+
int xmodem_init_xfer (struct serial *desc);
void send_xmodem_packet (struct serial *desc, unsigned char *packet, int len,
int hashmark);