X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_mount_yaffs.h;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_mount_yaffs.h;h=e92247486438c4e12ed0d6196a272a0ca1ff5be1;hp=0000000000000000000000000000000000000000;hb=10fffbf6cc8a96cb9b3b9164c668202010e37faa;hpb=46e033c6f38fd704e51b0846c39cfa21c187759a diff --git a/direct/timothy_tests/quick_tests/test_mount_yaffs.h b/direct/timothy_tests/quick_tests/test_mount_yaffs.h new file mode 100644 index 0000000..e922474 --- /dev/null +++ b/direct/timothy_tests/quick_tests/test_mount_yaffs.h @@ -0,0 +1,7 @@ +#ifndef __mount_yaffs_test__ +#define __mount_yaffs_test__ + +#define YAFFS_MOUNT_POINT "/yaffs2/" +int mount_yaffs_test(void); +void mount_yaffs_test_clean(void); +#endif