yaffs: More cleanup of tracing, inlines and general formatting
[yaffs2.git] / direct / ydirectenv.h
index d394c6e688a2e87d0c508969e34aec4dbaddcb61..63cd6d85182b1f1b899af05a306e50a809e3a431 100644 (file)
@@ -47,10 +47,10 @@ void yaffs_qsort(void *aa, size_t n, size_t es,
         
 #define YAFFS_PATH_DIVIDERS  "/"
 
-#ifdef NO_Y_INLINE
-#define Y_INLINE
+#ifdef NO_inline
+#define inline
 #else
-#define Y_INLINE __inline__
+#define inline __inline__
 #endif
 
 #define kmalloc(x,flags) yaffs_malloc(x)