BeRTOS
xmodem.h
Go to the documentation of this file.
00001 
00044 #ifndef NET_XMODEM_H
00045 #define NET_XMODEM_H
00046 
00047 #include <cfg/compiler.h>
00048 #include <io/kfile.h>
00049 
00055 #ifndef XMODEM_CHECK_ABORT
00056 #define XMODEM_CHECK_ABORT (false)
00057 #endif
00058 /*\}*/
00059 
00060 bool xmodem_recv(KFile *ch, KFile *fd);
00061 bool xmodem_send(KFile *ch, KFile *fd);
00062 
00063 #endif /* NET_XMODEM_H */