X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Flib.h;h=f8b6d749c6173b989b4284537cdd11732ee830be;hp=09808dd123b6f53057e85940bdf45d281a9b5df1;hb=41a39f326b4b732a36310275c0f4489c07117679;hpb=9efa67752f0f585c2854c45422f0724df8e38e93 diff --git a/direct/timothy_tests/quick_tests/lib.h b/direct/timothy_tests/quick_tests/lib.h index 09808dd..f8b6d74 100644 --- a/direct/timothy_tests/quick_tests/lib.h +++ b/direct/timothy_tests/quick_tests/lib.h @@ -20,6 +20,7 @@ #include #include "yaffsfs.h" + #define YAFFS_MOUNT_POINT "/yaffs2/" #define FILE_NAME "foo" #define FILE_SIZE 10 @@ -53,4 +54,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