yaffs Added a README file and some more tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_mount_yaffs.h
index c0fa817b7dae62d52c6dac4b10148d5b9afe133d..89beda72bb32f1284cdebd6a4b3e3caac32c04e7 100644 (file)
@@ -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 <timothy@yaffs.net>
+ *
+ * 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);