yaffs Adding more error code test programs to quick tests. note the bugs are still...
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_open.h
diff --git a/direct/timothy_tests/quick_tests/test_yaffs_open.h b/direct/timothy_tests/quick_tests/test_yaffs_open.h
new file mode 100644 (file)
index 0000000..e668267
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __test_yaffs_open_h__
+#define __test_yaffs_open_h__
+
+#include "lib.h"
+#include "yaffsfs.h"
+
+int test_yaffs_open(void);
+int test_yaffs_open_clean(void);
+#endif