X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftests%2Fyaffs_fsx.h;h=640c7a9d9d9ffe026163b4b85846dddaf2a21222;hp=e4cf3caeb43198d44897d2eb6fd28e9b1495a6cc;hb=6ce07c3f6215ce6a4f4b7fe520ef48e8cf71c7cb;hpb=52191f6a41e2d965de7721c32546bf82150b5cc4 diff --git a/direct/tests/yaffs_fsx.h b/direct/tests/yaffs_fsx.h index e4cf3ca..640c7a9 100644 --- a/direct/tests/yaffs_fsx.h +++ b/direct/tests/yaffs_fsx.h @@ -1,9 +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); -int yaffs_fsx_do_op(void); +void yaffs_fsx_do_op(void); #endif