timothy-tests: Fix paths for wrongly failing tests
[yaffs2.git] / yaffs_mtdif.h
index e5172eb1336727737a2bdb87c655143b66b8fbac..9cff224c6dec731d2678a1ce4059e0f4aed8bd3f 100644 (file)
@@ -19,5 +19,7 @@
 #include "yaffs_guts.h"
 
 void yaffs_mtd_drv_install(struct yaffs_dev *dev);
-
+struct mtd_info * yaffs_get_mtd_device(dev_t sdev);
+void yaffs_put_mtd_device(struct mtd_info *mtd);
+int yaffs_verify_mtd(struct mtd_info *mtd, int yaffs_version, int inband_tags);
 #endif