X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_write_EBADF.h;h=facef12eb6e2d1bf08aefee0813e798f08fed8d3;hb=121c055437f23d9d6bc7b57d36ecf128b447013f;hp=6b427fb043a520481908d3e5fc0d9f7099328409;hpb=7827323c3e54b664075177cdb5626bb4dd1e7ed1;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_write_EBADF.h b/direct/timothy_tests/quick_tests/test_yaffs_write_EBADF.h index 6b427fb..facef12 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_write_EBADF.h +++ b/direct/timothy_tests/quick_tests/test_yaffs_write_EBADF.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_write_EBADF_h__ #define __test_yaffs_write_EBADF_h__ + #include "lib.h" #include "yaffsfs.h" #include "test_yaffs_open.h" + int test_yaffs_write_EBADF(void); int test_yaffs_write_EBADF_clean(void); + #endif