summaryrefslogtreecommitdiff
path: root/include/xyzModem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xyzModem.h')
-rw-r--r--include/xyzModem.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/xyzModem.h b/include/xyzModem.h
index 0eddbbc78f..4b667f7ba7 100644
--- a/include/xyzModem.h
+++ b/include/xyzModem.h
@@ -44,9 +44,6 @@
#define xyzModem_abort 2
-#ifdef REDBOOT
-extern getc_io_funcs_t xyzModem_io;
-#else
#define CYGNUM_CALL_IF_SET_COMM_ID_QUERY_CURRENT
#define CYGACC_CALL_IF_SET_CONSOLE_COMM(x)
@@ -60,12 +57,8 @@ typedef struct {
char *filename;
int mode;
int chan;
-#ifdef CYGPKG_REDBOOT_NETWORKING
- struct sockaddr_in *server;
-#endif
} connection_info_t;
-#endif
int xyzModem_stream_open(connection_info_t *info, int *err);