Add tag for wizard.
[bertos.git] / bertos / io / kblock_posix.h
index eba541abc6bc32671128d3fab79ae7e62080660e..6520f6318ec9f06e21d69836bdb16fe409d7a83d 100644 (file)
  *
  * \author Francesco Sacchi <batt@develer.com>
  *
- * \brief KBlock interface
+ * \brief KBlock interface on POSIX file.
+ *
+ * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "kfile_posix"
+ * $WIZ$ module_depends = "kblock"
  */
 
 #ifndef KBLOCK_POSIX_H