X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs%2F.git;a=blobdiff_plain;f=direct%2Fydirectenv.h;h=2478ebc9da513082ccd748ffcb88001a4349a8d4;hp=08f4b57c1caf7b42abdaf6306e887e8a551f8759;hb=087046078841616093c6e6babe66eba1bd0ce0d6;hpb=0446bf9a8d4cb2703587b7c99bd01270cfcd7d96 diff --git a/direct/ydirectenv.h b/direct/ydirectenv.h index 08f4b57..2478ebc 100644 --- a/direct/ydirectenv.h +++ b/direct/ydirectenv.h @@ -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 + +