X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fbasic-test%2Fyramsim.h;h=3e5707003840aebeb5dd52658353ac2d914f5329;hp=81a7d87b1f763e64209c8599e25ca89f2d9188ac;hb=d634851c1f36e7995726602d3af784478ccb472e;hpb=9b9fd2ac90990fed4990feec36ab1ec55fc78926 diff --git a/direct/basic-test/yramsim.h b/direct/basic-test/yramsim.h index 81a7d87..3e57070 100644 --- a/direct/basic-test/yramsim.h +++ b/direct/basic-test/yramsim.h @@ -1,7 +1,7 @@ /* * 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 @@ -23,9 +23,9 @@ #define N_RAM_SIM_DEVS 2 -struct yaffs_DeviceStruct *yramsim_CreateRamSim(const YCHAR *name, - __u32 devId, __u32 nBlocks, - __u32 startBlock, __u32 endBlock); +struct yaffs_dev *yramsim_CreateRamSim(const YCHAR *name, + u32 devId, u32 nBlocks, + u32 start_block, u32 end_block); #endif