Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / sd.h
index 9436c71a1879abf78657fcdccf23b329385c6fad..207dcfd23c4152937bf52a5dd6dc206045763d8c 100644 (file)
  * Right now, the interface for these function is the one defined in diskio.h from
  * the FatFS module.
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
- * 
+ *
  * $WIZ$ module_name = "sd"
- * $WIZ$ module_configuration = "bertos/cfg/cfg_fat.h"
  * $WIZ$ module_depends = "kfile", "timer"
  * $WIZ$ module_hw = "bertos/hw/hw_sd.h"
  */
 #ifndef DRV_SD_H
 #define DRV_SD_H
 
-#include <fs/fatfs/diskio.h>
-#include <kern/kfile.h>
 #include "cfg/cfg_fat.h"
 
+#include <io/kfile.h>
+
+#include <fs/fatfs/diskio.h>
+
 bool sd_test(void);
 
 /**