yaffs More tests added to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / lib.h
index f24e3aaf22edd62b21b78a1e6a281f81e728d938..fdb28fead0a90ea25ef45b1d343c847a1e33d2e6 100644 (file)
@@ -21,7 +21,7 @@
 #include "yaffsfs.h"
 
 
-#define ELOOP 10       //the error code ELOOP is not defined yet so I'm making a stand in.
+
 
 
 #define YAFFS_MOUNT_POINT "/yaffs2/"
@@ -57,4 +57,6 @@ void set_print_level(int new_level);
 void set_exit_on_error(int num);
 int get_exit_on_error(void);
 int set_up_ELOOP(void);
+int EROFS_setup(void);
+int EROFS_clean(void);
 #endif