X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_freespace_NULL.h;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_flush_NULL.h;h=d50b50574fdc311e206a347c60a1b0aaf2b10e38;hp=deb98ff436b0fc75270ab590104ed82694bd0a76;hb=a26fcb8cb2af11eb1a383cca8fd4be9afad5c661;hpb=3788df745cd72e035c0c991157cb727a8ecb1f17 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_flush_NULL.h b/direct/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h similarity index 76% rename from direct/timothy_tests/quick_tests/test_yaffs_flush_NULL.h rename to direct/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h index deb98ff..d50b505 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_flush_NULL.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_freespace_NULL.h @@ -13,14 +13,13 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ -#ifndef __test_yaffs_flush_NULL_h__ -#define __test_yaffs_flush_NULL_h__ +#ifndef __test_yaffs_freespace_NULL_h__ +#define __test_yaffs_freespace_NULL_h__ #include "lib.h" #include "yaffsfs.h" -#include "test_yaffs_close.h" -int test_yaffs_flush_NULL(void); -int test_yaffs_flush_NULL_clean(void); +int test_yaffs_freespace_NULL(void); +int test_yaffs_freespace_NULL_clean(void); #endif