Huge cleanup of type warnings etc.
[yaffs2.git] / direct / test-framework / yaffs_nandsim_file.h
index 0960dacc6ba0d792b3c2b4b25a881ad2ad5320f2..fc0ece29076eb374124fb68bc3b4e4a88c23076c 100644 (file)
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
-#ifndef __YAFFS_NAND_DRV_H__
-#define __YAFFS_NAND_DRV_H__
+#ifndef __YAFFS_NAND_SIM_FILE_DRV_H__
+#define __YAFFS_NAND_SIM_FILE_DRV_H__
 
 struct yaffs_dev;
 
-struct yaffs_dev *yaffs_nandsim_file_install(const char *dev_name,
+struct yaffs_dev *yaffs_nandsim_install_drv(const char *dev_name,
                                        const char *backing_file_name,
                                        int n_blocks);