yaffs: Refactor drivers WIP - stress tests passing
[yaffs2.git] / direct / basic-test / yaffs_fileem2k.h
index e2e8dc38027a8a95a5ca6d6ca3621e5a12454ffd..e447987995fbb9207749d8214d27e68bf96ee096 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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-2011 Aleph One Ltd.
  *   for Toby Churchill Ltd and Brightstar Engineering
 
 #endif
 
+struct yaffs_dev;
+
+void yflash2_install_drv(struct yaffs_dev *dev);
 
-int yflash2_GetNumberOfBlocks(void);
 
 #endif