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;h=c0fa817b7dae62d52c6dac4b10148d5b9afe133d;hp=e92247486438c4e12ed0d6196a272a0ca1ff5be1;hb=98fdd77e12f7a14163568906da90b11f90f9f3e8;hpb=10fffbf6cc8a96cb9b3b9164c668202010e37faa diff --git a/direct/timothy_tests/quick_tests/test_mount_yaffs.h b/direct/timothy_tests/quick_tests/test_mount_yaffs.h index e922474..c0fa817 100644 --- a/direct/timothy_tests/quick_tests/test_mount_yaffs.h +++ b/direct/timothy_tests/quick_tests/test_mount_yaffs.h @@ -1,7 +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); +int mount_yaffs_test_clean(void); #endif