yaffs Update RAM simulator to support start and end blocks
[yaffs2.git] / direct / basic-test / yramsim.h
1 // NAND RAM Simulator for testing YAFFS
2 #ifndef __YAFFS_RAM_SIM_H__
3 #define __YAFFS_RAM_SIM_H__
4
5
6 #include "yaffs_guts.h"
7
8 #define N_RAM_SIM_DEVS  2
9
10 struct yaffs_DeviceStruct *yramsim_CreateSim(const YCHAR *name,
11                                                 __u32 devId, __u32 nBlocks,
12                                                 __u32 startBlock, __u32 endBlock);
13
14 #endif