Move mware/prog_avr module to drv/flash_avr; add kfile Ctor; merge flash read/write...
[bertos.git] / mware / xmodem.h
index d1b5e724c59f9638b4b816c51440cb0fc2a0a5a2..79824b8b825ed4daaec7860d4cbfb9a973ebcb84 100755 (executable)
@@ -14,6 +14,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.7  2007/06/14 14:42:28  batt
+ *#* Move kfile to kern/ directory; remove duplicate file.h.
+ *#*
  *#* Revision 1.6  2007/06/07 09:10:44  batt
  *#* Fix some todos.
  *#*
@@ -39,7 +42,7 @@
 #ifndef MWARE_XMODEM_H
 #define MWARE_XMODEM_H
 #include <cfg/compiler.h>
-#include "kfile.h"
+#include <kern/kfile.h>
 
 /**
  * Called to know if we want to abort data tranfer.