X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_access_ELOOP.h;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_rename_ELOOP.h;h=089aeab025dec01d59445305adc7bbbb2470fcae;hp=ab79e57fcec79164b5df290390ef1005720506af;hb=e7d46266c3b860e73cc8c7dc9ec494d2d82c188c;hpb=26fb3e1bcd45b79b58ff9023a81c98086545b12b diff --git a/direct/timothy_tests/quick_tests/test_yaffs_rename_ELOOP.h b/direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h similarity index 78% rename from direct/timothy_tests/quick_tests/test_yaffs_rename_ELOOP.h rename to direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h index ab79e57..089aeab 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_rename_ELOOP.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_access_ELOOP.h @@ -13,13 +13,10 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ -#ifndef __test_yaffs_rename_ELOOP_h__ -#define __test_yaffs_rename_ELOOP_h__ - +#ifndef __test_yaffs_access_ELOOP_h__ +#define __test_yaffs_access_ELOOP_h__ #include "lib.h" #include "yaffsfs.h" - -int test_yaffs_rename_ELOOP(void); -int test_yaffs_rename_ELOOP_clean(void); - +int test_yaffs_access_ELOOP(void); +int test_yaffs_access_ELOOP_clean(void); #endif