Add wizard info.
[bertos.git] / bertos / kern / kfile.h
index 37973dd60ae8d5b166f196922874c55a3e7784c6..3b7f5a920d7e96756840246c0e677d11a648e975 100644 (file)
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZARD_MODULE = {
+ * "name" : "kfile",
+ * "depends" : [],
+ * "configuration" : "bertos/cfg/cfg_kfile.h"
+ * }
  */
 
 #ifndef KERN_KFILE_H