yaffs More updates on quick tests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_unmount.h
similarity index 77%
rename from direct/timothy_tests/quick_tests/test_yaffs_mount_ENOTDIR.h
rename to direct/timothy_tests/quick_tests/test_yaffs_unmount.h
index 2d12fea29ef6bd660d41b89b77e6fc9e0574b286..7b0562a4d287807a73fc4201c81e8fb6124bf536 100644 (file)
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
-#ifndef __test_yaffs_mount_ENOTDIR_h__
-#define __test_yaffs_mount_ENOTDIR_h__
+#ifndef __test_yaffs_unmount__
+#define __test_yaffs_unmount__
 
-#include "lib.h"
 #include "yaffsfs.h"
+#include "lib.h"
+#include "test_yaffs_mount.h"
 
-int test_yaffs_mount_ENOTDIR(void);
-int test_yaffs_mount_ENOTDIR_clean(void);
+int test_yaffs_unmount(void);
+int test_yaffs_unmount_clean(void);
 #endif