X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftest-framework%2Ftests%2Fyaffs_fsx.h;fp=direct%2Ftest-framework%2Ftests%2Fyaffs_fsx.h;h=640c7a9d9d9ffe026163b4b85846dddaf2a21222;hb=c08faae4258b29a794ad55ca160c5a247145c838;hp=0000000000000000000000000000000000000000;hpb=87b33ecd1898c99b9aa2b0abcbb3e6002d6b3532;p=yaffs2.git diff --git a/direct/test-framework/tests/yaffs_fsx.h b/direct/test-framework/tests/yaffs_fsx.h new file mode 100644 index 0000000..640c7a9 --- /dev/null +++ b/direct/test-framework/tests/yaffs_fsx.h @@ -0,0 +1,10 @@ +#ifndef __YAFFS_FSX_H__ +#define __YAFFS_FSX_H__ + +int yaffs_fsx_main(const char *mountpt,int n_cycles); +int yaffs_fsx_init(const char *mountpt); +int yaffs_fsx_complete(void); +void yaffs_fsx_do_op(void); + +#endif +