Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / ser.h
index fe05b4d5d81aa16c06cb5e9982d4379f194d31ca..cd81f5af7b0e2bfa74ad834b2cb60a178b9b8be4 100644 (file)
  * $WIZ$ module_depends = "kfile", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h"
  * $WIZ$ module_hw = "bertos/hw/hw_ser.h"
- * $WIZ$ module_supports =  "not atmega103 and not atmega168 "
- * $WIZ$ module_supports += "and not atmega32 and not atmega8"
+ * $WIZ$ module_supports =  "not atmega103 and not atmega32 and not atmega8"
  */
 
 #ifndef DRV_SER_H
 #define DRV_SER_H
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 #include <struct/fifobuf.h>
 #include <cfg/compiler.h>