yaffs direct cleanups: C++ header wrapping and u32 type change
[yaffs2.git] / direct / yportenv.h
index b47a4d601e9317311be91729a64efe8986d0f134..abc761b6e8c508be860e535730db8c6b10a1535d 100644 (file)
@@ -22,7 +22,7 @@
 #ifdef CONFIG_YAFFS_DEFINES_TYPES
 typedef unsigned char u8;
 typedef unsigned short u16;
-typedef unsigned u32;
+typedef unsigned int u32;
 #endif