Refactor All Serial module.
[bertos.git] / bertos / net / xmodem.h
index 5a4a1540c7c70aa36c9098082dc321748c5881ca..6842b2f9144938c00f3deaf5f3c535ac37d5e74b 100644 (file)
@@ -66,9 +66,9 @@
 
 
 /* fwd decl */
-struct SerialKFile;
+struct Serial;
 
-bool xmodem_recv(struct SerialKFile *port, KFile *fd);
-bool xmodem_send(struct SerialKFile *port, KFile *fd);
+bool xmodem_recv(struct Serial *port, KFile *fd);
+bool xmodem_send(struct Serial *port, KFile *fd);
 
 #endif /* MWARE_XMODEM_H */