yaffs Change tracing to yaffs_trace
[yaffs2.git] / direct / yportenv.h
index 597898edbe20742bda266699e344ef10110d4238..48e32ea65de7dcff74ad48fae9d85af774bbcfdc 100644 (file)
 
 #define Y_INLINE inline
 
-/* #define YINFO(s) YPRINTF(( __FILE__ " %d %s\n",__LINE__,s)) */
-/* #define YALERT(s) YINFO(s) */
-
-#define TENDSTR "\n"
-#define TSTR(x) x
-#define TOUT(p) printf p
-
 #define YAFFS_LOSTNFOUND_NAME          "lost+found"
 #define YAFFS_LOSTNFOUND_PREFIX                "obj"
 /* #define YPRINTF(x) printf x */
@@ -68,8 +61,6 @@
 #define YAFFS_ROOT_MODE                        0755
 #define YAFFS_LOSTNFOUND_MODE          0700
 
-#define yaffs_sum_cmp(x, y) ((x) == (y))
-#define strcmp(a, b) strcmp(a, b)
 
 #else
 /* Should have specified a configuration type */