Remove wrong wizard cfg file. Clean up.
[bertos.git] / bertos / drv / sd.h
index 8be9c501749cb1f243e284ce3a586acf5c8827d2..42c1d7df1bed9cc579610a8066eac4011e784ee4 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 <fs/fatfs/diskio.h>
+#include "cfg/cfg_fat.h"
+
 #include <kern/kfile.h>
-#include <cfg/cfg_fat.h>
+
+#include <fs/fatfs/diskio.h>
 
 bool sd_test(void);