X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fbasic-test%2Fyramsim.h;h=3e5707003840aebeb5dd52658353ac2d914f5329;hp=4f2036431f7b78073d6273630bb825a235de9642;hb=8b348464b712730cbc18391924d805c1cab7b9ff;hpb=7396445d7d0d13469b9505791114b9dc6b76ffe4 diff --git a/direct/basic-test/yramsim.h b/direct/basic-test/yramsim.h index 4f20364..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_dev_s *yramsim_CreateRamSim(const YCHAR *name, - __u32 devId, __u32 nBlocks, - __u32 start_block, __u32 end_block); +struct yaffs_dev *yramsim_CreateRamSim(const YCHAR *name, + u32 devId, u32 nBlocks, + u32 start_block, u32 end_block); #endif