X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_truncate_ENOENT.h;h=897e89fe54c55a20fa41c47a7e6e06ebecbe1bb6;hp=1a74d87ed6a7cd8a2289893dd04bca9a03bafe4d;hb=00ebf30805d631cd9bb3155aa249705b3a5777f5;hpb=1c8604a29f8ca073e1f5129c58e201a4b42bc192 diff --git a/direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h b/direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h index 1a74d87..897e89f 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_truncate_ENOENT.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Timothy Manning @@ -15,9 +15,12 @@ #ifndef __test_yaffs_truncate_ENOENT_h__ #define __test_yaffs_truncate_ENOENT_h__ + #include "lib.h" #include "yaffsfs.h" #include "test_yaffs_open.h" + int test_yaffs_truncate_ENOENT(void); -int test_yaffs_truncate_ENOENT_clean(void); +int test_yaffs_truncate_ENOENT_clean(void); + #endif