X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_read_EINVAL.h;h=ee559276343c73b9061ca54c282f35350379b3d9;hp=845148f51f58e7b2658cc302b689a2a1110e2ef3;hb=a32621e0d7f5f391e9152cfe710fa6c99ca44c50;hpb=f2c8e9cf2b72e5ac6a776a1a1b188f8595e7c35c 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 845148f..ee55927 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_read_EINVAL.h @@ -13,13 +13,19 @@ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ -#ifndef __test_yaffs_read_EBADF_h__ -#define __test_yaffs_read_EBADF_h__ +#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); -int test_yaffs_read_EBADF(void); -int test_yaffs_read_EBADF_clean(void); #endif