Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / cortex-m3 / drv / ssi_lm3s.h
index 1bbceee36e2f129793ae5575e4cbe35f0fc5c9c7..d8ab39ea10b58d3f2192decba62a9c40229622a3 100644 (file)
  * -->
  *
  * \brief LM3S1968 Synchronous Serial Interface (SSI) driver.
+ *
  */
 
 #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>
 
 /**