Update to support Linux 3.14/3.15
[yaffs2.git] / direct / yportenv.h
index b47a4d601e9317311be91729a64efe8986d0f134..d6e073d69d2e3efd4c63e6ad866fa5afe817b476 100644 (file)
@@ -22,7 +22,8 @@
 #ifdef CONFIG_YAFFS_DEFINES_TYPES
 typedef unsigned char u8;
 typedef unsigned short u16;
-typedef unsigned u32;
+typedef unsigned int u32;
+typedef signed int s32;
 #endif