mtd/fs/jffs2/ecos/src os-ecos.h,1.2,1.3
David Woodhouse
dwmw2 at infradead.org
Tue Jan 14 09:51:01 EST 2003
- Previous message: mtd/fs/jffs2 dir.c,1.73,1.74 erase.c,1.46,1.47 file.c,1.81,1.82 fs.c,1.20,1.21 gc.c,1.89,1.90 nodelist.c,1.71,1.72 nodemgmt.c,1.87,1.88 os-linux.h,1.21,1.22 read.c,1.30,1.31 readinode.c,1.96,1.97 scan.c,1.96,1.97 super.c,1.74,1.75 wbuf.c,1.21,1.22 write.c,1.62,1.63
- Next message: mtd/fs/jffs2 README.Locking,1.4,1.5 background.c,1.33,1.34 erase.c,1.47,1.48 fs.c,1.21,1.22 gc.c,1.90,1.91 nodelist.c,1.72,1.73 nodemgmt.c,1.88,1.89 wbuf.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/fs/jffs2/ecos/src
In directory phoenix.infradead.org:/tmp/cvs-serv2615/ecos/src
Modified Files:
os-ecos.h
Log Message:
get_seconds() for eCos
Index: os-ecos.h
===================================================================
RCS file: /home/cvs/mtd/fs/jffs2/ecos/src/os-ecos.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- os-ecos.h 9 Jan 2003 13:53:44 -0000 1.2
+++ os-ecos.h 14 Jan 2003 14:50:58 -0000 1.3
@@ -42,6 +42,11 @@
#define JFFS2_F_I_RDEV_MIN(f) (MINOR(to_kdev_t(OFNI_EDONI_2SFFJ(f)->i_rdev)))
#define JFFS2_F_I_RDEV_MAJ(f) (MAJOR(to_kdev_t(OFNI_EDONI_2SFFJ(f)->i_rdev)))
+
+//#define ITIME(sec) (sec)
+//#define I_SEC(x) (x)
+#define get_seconds cyg_timestamp
+
struct inode {
//struct list_head i_hash;
//struct list_head i_list;
- Previous message: mtd/fs/jffs2 dir.c,1.73,1.74 erase.c,1.46,1.47 file.c,1.81,1.82 fs.c,1.20,1.21 gc.c,1.89,1.90 nodelist.c,1.71,1.72 nodemgmt.c,1.87,1.88 os-linux.h,1.21,1.22 read.c,1.30,1.31 readinode.c,1.96,1.97 scan.c,1.96,1.97 super.c,1.74,1.75 wbuf.c,1.21,1.22 write.c,1.62,1.63
- Next message: mtd/fs/jffs2 README.Locking,1.4,1.5 background.c,1.33,1.34 erase.c,1.47,1.48 fs.c,1.21,1.22 gc.c,1.90,1.91 nodelist.c,1.72,1.73 nodemgmt.c,1.88,1.89 wbuf.c,1.22,1.23
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list