Widen page count field in blockinfo to allow lots of pages per block
[yaffs/.git] / direct / yaffsfs.h
index 36dc90600dcb0a5599cfc0278544f8a4dd8d9fd3..01870f3b8671cf8d0df1e4f3b67c6863562d5751 100644 (file)
 #define ENOMEM 12
 #endif
 
+#ifndef EEXIST
+#define EEXIST 17
+#endif
+
 #ifndef ENOTDIR
 #define ENOTDIR 20
 #endif
 #endif
 
 #ifndef S_IREAD 
-#define S_READ         0000400
+#define S_IREAD                0000400
 #endif
 
 #ifndef S_IWRITE