X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_read_EINVAL.h;h=ee559276343c73b9061ca54c282f35350379b3d9;hb=129c903587142a48f089b02a9309dab746d8a2c9;hp=b9650580f0c52e712da6c9e5d9c98afdac6c6a8d;hpb=4f90d524e3c666c53ae36ad2911e00e5b3741cca;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h b/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h index b965058..ee55927 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h @@ -15,11 +15,17 @@ #ifndef __test_yaffs_read_EINVAL_h__ #define __test_yaffs_read_EINVAL_h__ + #include "lib.h" #include "yaffsfs.h" #include "test_yaffs_open.h" +#include "test_yaffs_write.h" +#include "test_yaffs_truncate.h" int test_yaffs_read_EINVAL(void); int test_yaffs_read_EINVAL_clean(void); +int test_yaffs_read_EINVAL_init(void); +int test_yaffs_read_EINVAL_init_clean(void); + #endif