X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fkfile.h;h=9f1dd28360efeb064744d3ea556fa0f4fc53534b;hb=3001f6f9ca19a6dd354cb1f82425253484c5468b;hp=37973dd60ae8d5b166f196922874c55a3e7784c6;hpb=5b8df9f090fe8d24f756f0dbc3ed0d44845e81c9;p=bertos.git diff --git a/bertos/kern/kfile.h b/bertos/kern/kfile.h index 37973dd6..9f1dd283 100644 --- a/bertos/kern/kfile.h +++ b/bertos/kern/kfile.h @@ -92,6 +92,9 @@ * \author Bernie Innocenti * \author Francesco Sacchi * \author Daniele Basile + * + * $WIZ$ module_name = "kfile" + * $WIZ$ module_configuration = "bertos/cfg/cfg_kfile.h" */ #ifndef KERN_KFILE_H @@ -276,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);