yaffs for u-boot: Cleanups to make patches acceptable for u-boot
[yaffs2.git] / direct / basic-test / yramsim.h
index d4e142fa53dff08a88f11d7b7af78fd302fabc63..3e5707003840aebeb5dd52658353ac2d914f5329 100644 (file)
@@ -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 <charles@aleph1.co.uk>
@@ -23,7 +23,7 @@
 
 #define N_RAM_SIM_DEVS  2
 
-struct yaffs_dev_s *yramsim_CreateRamSim(const YCHAR *name,
+struct yaffs_dev *yramsim_CreateRamSim(const YCHAR *name,
                                                u32 devId, u32 nBlocks,
                                                u32 start_block, u32 end_block);