X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkblock_posix.h;h=6520f6318ec9f06e21d69836bdb16fe409d7a83d;hb=82f41e5602dce5e8b7a3a8c2872c2091c79eefe2;hp=eba541abc6bc32671128d3fab79ae7e62080660e;hpb=7c63935d255c8a41b55e98767489dd1a7291cf13;p=bertos.git diff --git a/bertos/io/kblock_posix.h b/bertos/io/kblock_posix.h index eba541ab..6520f631 100644 --- a/bertos/io/kblock_posix.h +++ b/bertos/io/kblock_posix.h @@ -32,7 +32,12 @@ * * \author Francesco Sacchi * - * \brief KBlock interface + * \brief KBlock interface on POSIX file. + * + * \author Francesco Sacchi + * + * $WIZ$ module_name = "kfile_posix" + * $WIZ$ module_depends = "kblock" */ #ifndef KBLOCK_POSIX_H