X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_truncate_ENOENT.h;h=897e89fe54c55a20fa41c47a7e6e06ebecbe1bb6;hb=6648cbf52d6695755941ff8607fd7a0cda542e05;hp=1a74d87ed6a7cd8a2289893dd04bca9a03bafe4d;hpb=8f3b332855f68abc47f9da5b0f1877f33f70ba15;p=yaffs2.git 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