Update for new fatfs directory.
[bertos.git] / bertos / fs / battfs.h
index d621c795f5ad6983c5324b97450f186565442f32..4c7e619d845c69847cb098725dc384351f4c3662 100644 (file)
  *
  * \brief BattFS: a filesystem for embedded platforms (interface).
  * TODO: Add detailed filesystem description.
+ *
+ * $WIZ$ module_name = "battfs"
+ * $WIZ$ module_depends = "rotating_hash", "kfile"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_battfs.h"
  */
 
 #ifndef FS_BATTFS_H