* \author Francesco Sacchi <batt@develer.com>
*
* \brief KBlock interface
* \author Francesco Sacchi <batt@develer.com>
*
* \brief KBlock interface
+ *
+ * $WIZ$ module_name = "kblock"
*
* \author Francesco Sacchi <batt@develer.com>
*
*
* \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
*/
#ifndef KBLOCK_POSIX_H
*
* \author Francesco Sacchi <batt@develer.com>
*
*
* \author Francesco Sacchi <batt@develer.com>
*
- * \brief KBlock interface
+ * \brief KBlock interface on RAM memory
+ *
+ * \author Francesco Sacchi <batt@develer.com>
+ *
+ * $WIZ$ module_name = "kfile_ram"
+ * $WIZ$ module_depends = "kblock"
- * \author Francesco Sacchi <batt@develer.com>
- *
* \brief KBlock interface
* \brief KBlock interface
+ *
+ * \author Francesco Sacchi <batt@develer.com>
*
* \brief KFile interface over a KBlock.
*
*
* \brief KFile interface over a KBlock.
*
+ * \author Francesco Sacchi <batt@develer.com>
+ * \author Daniele Basile <asterix@develer.com>
+ *
*/
#include "kfile_block.h"
*/
#include "kfile_block.h"
* With this module, you can access a KBlock device
* with the handy KFile interface.
* In order to achieve this, the block device must support partial block write.
* With this module, you can access a KBlock device
* with the handy KFile interface.
* In order to achieve this, the block device must support partial block write.
+ *
+ * \author Francesco Sacchi <batt@develer.com>
+ * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZ$ module_name = "kfile_block"
+ * $WIZ$ module_depends = "kfile", "kblock"
*/
#ifndef IO_KFILE_BLOCK_H
*/
#ifndef IO_KFILE_BLOCK_H