X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_mount_yaffs.h;fp=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_mount_yaffs.h;h=89beda72bb32f1284cdebd6a4b3e3caac32c04e7;hp=c0fa817b7dae62d52c6dac4b10148d5b9afe133d;hb=a11dd4924d16a4c3d6df13a4182f7729a1478a53;hpb=fa6335ddf55329c1ba1c50c68080a559461151cc diff --git a/direct/timothy_tests/quick_tests/test_mount_yaffs.h b/direct/timothy_tests/quick_tests/test_mount_yaffs.h index c0fa817..89beda7 100644 --- a/direct/timothy_tests/quick_tests/test_mount_yaffs.h +++ b/direct/timothy_tests/quick_tests/test_mount_yaffs.h @@ -1,6 +1,23 @@ +/* + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. + * + * Copyright (C) 2002-2010 Aleph One Ltd. + * for Toby Churchill Ltd and Brightstar Engineering + * + * Created by Timothy Manning + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 2.1 as + * published by the Free Software Foundation. + * + * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. + */ + #ifndef __mount_yaffs_test__ #define __mount_yaffs_test__ +#include "yaffsfs.h" +#include "lib.h" int mount_yaffs_test(void); int mount_yaffs_test_clean(void);