Move kfile interface to the io/ directory.
[bertos.git] / bertos / drv / sd.h
index 8be9c501749cb1f243e284ce3a586acf5c8827d2..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_depends = "kfile", "timer"
+ * $WIZ$ module_hw = "bertos/hw/hw_sd.h"
  */
 
 
 #ifndef DRV_SD_H
 #define DRV_SD_H
 
+#include "cfg/cfg_fat.h"
+
+#include <io/kfile.h>
+
 #include <fs/fatfs/diskio.h>
-#include <kern/kfile.h>
-#include <cfg/cfg_fat.h>
 
 bool sd_test(void);