diff direct/tests/yaffs_fsx.h @ 248:a8738fee77c1

Restructure tests
author charles
date Sun, 04 Jan 2009 21:44:24 +0000
parents
children 8f7c77cf2c67
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/direct/tests/yaffs_fsx.h
@@ -0,0 +1,9 @@
+#ifndef __YAFFS_FSX_H__
+#define __YAFFS_FSX_H__
+
+int yaffs_fsx_init(const char *mountpt);
+int yaffs_fsx_complete(void);
+int yaffs_fsx_do_op(void);
+
+#endif
+