Set up u-boot glue code and patching scripts.
[yaffs2.git] / direct / basic-test / yramsim.h
index 4f2036431f7b78073d6273630bb825a235de9642..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,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