yaffs Added more tests to direct/timothy_tests/quicktests
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_fsync_EROFS.h
similarity index 84%
rename from direct/timothy_tests/quick_tests/test_yaffs_fstat_EROFS.h
rename to direct/timothy_tests/quick_tests/test_yaffs_fsync_EROFS.h
index f382bdeb9ff5d1323064fd53535a44de04433cdf..0e8ef42699d98abbae9a82ca1e5d9c4cc31cdec9 100644 (file)
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
-#ifndef __test_yaffs_fstat_EROFS_h__
-#define __test_yaffs_fstat_EROFS_h__
+#ifndef __test_yaffs_fsync_EROFS_h__
+#define __test_yaffs_fsync_EROFS_h__
 
 #include "lib.h"
 #include "yaffsfs.h"
 #include "test_yaffs_open.h"
 
-int test_yaffs_fstat_EROFS(void);
-int test_yaffs_fstat_EROFS_clean(void); 
+int test_yaffs_fsync_EROFS(void);
+int test_yaffs_fsync_EROFS_clean(void);
 
 #endif