yaffs: Remove SHORT_NAMES_IN_RAM and WIDE_TNODE_DISABLE configs
[yaffs2.git] / direct / timothy_tests / quick_tests / test_mount_yaffs.h
index e92247486438c4e12ed0d6196a272a0ca1ff5be1..89beda72bb32f1284cdebd6a4b3e3caac32c04e7 100644 (file)
@@ -1,7 +1,24 @@
+/*
+ * 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__
 
-#define YAFFS_MOUNT_POINT "/yaffs2/"
+#include "yaffsfs.h"
+#include "lib.h"
+
 int mount_yaffs_test(void);
-void mount_yaffs_test_clean(void);
+int mount_yaffs_test_clean(void);
 #endif