*** empty log message ***
[yaffs/.git] / direct / ydirectenv.h
index 08f4b57c1caf7b42abdaf6306e887e8a551f8759..2478ebc9da513082ccd748ffcb88001a4349a8d4 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
- * $Id: ydirectenv.h,v 1.1 2004-09-19 09:21:38 charles Exp $
+ * $Id: ydirectenv.h,v 1.2 2004-10-10 17:54:59 charles Exp $
  *
  */
  
@@ -23,6 +23,8 @@
 
 // Direct interface
 
+#include "devextras.h"
+
 #include "stdlib.h"
 #include "stdio.h"
 #include "string.h"
@@ -46,7 +48,9 @@
 
 #include "yaffscfg.h"
 
-#define CURRENT_TIME yaffsfs_CurrentTime()
+#define Y_CURRENT_TIME yaffsfs_CurrentTime()
+#define Y_TIME_CONVERT(x) (x)
+
 #define YAFFS_ROOT_MODE                                0666
 #define YAFFS_LOSTNFOUND_MODE          0666
 
@@ -54,3 +58,5 @@
 #define yaffs_strcmp(a,b) strcmp(a,b)
 
 #endif
+
+