yaffs direct: Fix more error handling
[yaffs2.git] / direct / tests / yaffs_fsx.h
1 #ifndef __YAFFS_FSX_H__
2 #define __YAFFS_FSX_H__
3
4 int yaffs_fsx_main(const char *mountpt,int n_cycles);
5 int yaffs_fsx_init(const char *mountpt);
6 int yaffs_fsx_complete(void);
7 void yaffs_fsx_do_op(void);
8
9 #endif
10