Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / cortex-m3 / drv / ssi_lm3s.h
index 43b10330bbf4b60b0e4ce4003d176aab36c65b4e..d8ab39ea10b58d3f2192decba62a9c40229622a3 100644 (file)
  *
  * \brief LM3S1968 Synchronous Serial Interface (SSI) driver.
  *
- * $WIZ$ module_name = "lm3s_ssi"
- * $WIZ$ module_supports =  "lm3s"
  */
 
 #ifndef SSI_LM3S_H
 #define SSI_LM3S_H
 
 #include <cpu/power.h> /* cpu_relax() */
-#include <kern/kfile.h> /* KFile */
+#include <io/kfile.h> /* KFile */
 #include <io/lm3s.h>
 
 /**