yaffs: Change __uxx types to uxx
[yaffs2.git] / direct / basic-test / yramsim.h
index 4f2036431f7b78073d6273630bb825a235de9642..d4e142fa53dff08a88f11d7b7af78fd302fabc63 100644 (file)
@@ -24,8 +24,8 @@
 #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);
+                                               u32 devId, u32 nBlocks,
+                                               u32 start_block, u32 end_block);
 
 #endif