yaffs: Change __uxx types to uxx
[yaffs2.git] / devextras.h
index ce30c820d938818ccce765fbe7cfe517dabc84cc..baadeffa049094a717ba635d996918db7d091e5f 100644 (file)
@@ -29,9 +29,9 @@
 #if !(defined __KERNEL__)
 
 /* Definition of types */
-typedef unsigned char __u8;
-typedef unsigned short __u16;
-typedef unsigned __u32;
+typedef unsigned char u8;
+typedef unsigned short u16;
+typedef unsigned u32;
 
 #endif