e4cf3caeb43198d44897d2eb6fd28e9b1495a6cc
[yaffs2.git] / direct / tests / yaffs_fsx.h
1 #ifndef __YAFFS_FSX_H__
2 #define __YAFFS_FSX_H__
3
4 int yaffs_fsx_init(const char *mountpt);
5 int yaffs_fsx_complete(void);
6 int yaffs_fsx_do_op(void);
7
8 #endif
9