X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Fyaffs_nandsim_file.h;h=c09f30c8096cd1e0998e7bddf3ff6e67c017c254;hp=0960dacc6ba0d792b3c2b4b25a881ad2ad5320f2;hb=HEAD;hpb=bf283793f3669631f95cb845380e97906cd95023 diff --git a/direct/test-framework/yaffs_nandsim_file.h b/direct/test-framework/yaffs_nandsim_file.h index 0960dac..c09f30c 100644 --- a/direct/test-framework/yaffs_nandsim_file.h +++ b/direct/test-framework/yaffs_nandsim_file.h @@ -1,8 +1,7 @@ /* * 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 + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -13,13 +12,15 @@ * 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_NANDSIM_FILE_H__ +#define __YAFFS_NANDSIM_FILE_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); + int n_blocks, + int n_caches, + int inband_tags); #endif