Update for new fatfs directory.
[bertos.git] / bertos / fs / fat.h
index 77d046eeb9ae8aa58b6398556fccc290ea4d6f20..d0da925d75ce113595837ea92513bd0592b2db89 100644 (file)
  *
  * \author Luca Ottaviano <lottaviano@develer.com>
  *
+ * $WIZ$ module_name = "fat"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_fat.h"
+ * $WIZ$ module_depends = "kfile", "ff"
+ *
  */
+
 #ifndef FS_FAT_H
 #define FS_FAT_H
 
 #include <kern/kfile.h>
-#include "fatfs/src/ff.h"
+#include "fatfs/ff.h"
 
 typedef struct FatFile
 {