X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fkfile.h;h=9f1dd28360efeb064744d3ea556fa0f4fc53534b;hb=cab3f45017be1c781cfe11377ae0ecb0c00f2e59;hp=3b7f5a920d7e96756840246c0e677d11a648e975;hpb=2e550c2c1429d917fd7188c3a92bc7eb87536d98;p=bertos.git diff --git a/bertos/kern/kfile.h b/bertos/kern/kfile.h index 3b7f5a92..9f1dd283 100644 --- a/bertos/kern/kfile.h +++ b/bertos/kern/kfile.h @@ -93,11 +93,8 @@ * \author Francesco Sacchi * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "kfile", - * "depends" : [], - * "configuration" : "bertos/cfg/cfg_kfile.h" - * } + * $WIZ$ module_name = "kfile" + * $WIZ$ module_configuration = "bertos/cfg/cfg_kfile.h" */ #ifndef KERN_KFILE_H @@ -282,6 +279,7 @@ INLINE void kfile_clearerr(struct KFile *fd) * Kfile test function. */ int kfile_testSetup(void); +int kfile_testRun(void); int kfile_testRunGeneric(KFile *fd, uint8_t *test_buf, uint8_t *save_buf, size_t size); int kfile_testTearDown(void);