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=a374bf7b1792d4b2e0e1e15d532b63b7b03e1296;hb=e44c253290f6c5f0cdad33488cae5ea6ba09d3b7;hpb=b4d5215f18486403d16f2e776000e43eba052f40 diff --git a/direct/test-framework/yaffs_nandsim_file.h b/direct/test-framework/yaffs_nandsim_file.h index a374bf7..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 * @@ -20,6 +19,8 @@ struct yaffs_dev; 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