yaffs: Refactor drivers WIP - stress tests passing
[yaffs2.git] / direct / basic-test / yaffs_fileem2k.h
index 2b6f6e9be66a4a6c1847a2cd29385e47f4f13030..e447987995fbb9207749d8214d27e68bf96ee096 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * YAFFS: Yet another Flash File System . A NAND-flash specific file system. 
+ * YAFFS: Yet another Flash File System . A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2010 Aleph One Ltd.
+ * Copyright (C) 2002-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
 
 #endif
 
+struct yaffs_dev;
+
+void yflash2_install_drv(struct yaffs_dev *dev);
 
-int yflash2_GetNumberOfBlocks(void);
 
 #endif