Add support for 24XX08 eeproms, signed-off by Giovanni Casano.
[bertos.git] / bertos / drv / sd.h
index 8be9c501749cb1f243e284ce3a586acf5c8827d2..9436c71a1879abf78657fcdccf23b329385c6fad 100644 (file)
  *
  * \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"
  */
 
 
@@ -44,7 +49,7 @@
 
 #include <fs/fatfs/diskio.h>
 #include <kern/kfile.h>
-#include <cfg/cfg_fat.h>
+#include "cfg/cfg_fat.h"
 
 bool sd_test(void);