Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / mcp41.h
index 032a0b817f1569f95bee7d9b06b2fb372d38f8fd..698774a0d1096e33131b5ac6ffdfefdf53f42ac7 100644 (file)
@@ -38,7 +38,7 @@
  *
  * $WIZ$ module_name = "mcp41"
  * $WIZ$ module_depends = "timer", "kfile"
- * $WIZ$ module_hw = "bertos/hw/hw_mcp41.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_mcp41.h", "bertos/hw/hw_mcp41.c", "bertos/hw/mcp41_map.h"
  */
 
 #ifndef DRV_MCP41_H
@@ -47,7 +47,7 @@
 #include "hw/mcp41_map.h"
 #include <cfg/compiler.h>
 
-#include <kern/kfile.h>
+#include <io/kfile.h>
 
 #define MCP41_WRITE_DATA 0x11
 #define MCP41_HW_MAX     255