X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_ramem2k.c;h=96fae0bbe883cdc36fe6a292dd588bb9ac584705;hp=7ce6a3edeb1d68a44a8c71d58fbd26ef9666da2a;hb=170ea32c52fd2d9b7cbda9b169ad44038b1d15cf;hpb=2ae22f05374b4cb19202ddaac9fc47458c732f0d diff --git a/direct/yaffs_ramem2k.c b/direct/yaffs_ramem2k.c index 7ce6a3e..96fae0b 100644 --- a/direct/yaffs_ramem2k.c +++ b/direct/yaffs_ramem2k.c @@ -1,8 +1,7 @@ /* - * YAFFS: Yet another FFS. A NAND-flash specific file system. - * yaffs_ramem.c NAND emulation on top of a chunk of RAM + * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002 Aleph One Ltd. + * Copyright (C) 2002-2007 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -12,10 +11,13 @@ * published by the Free Software Foundation. * */ - //yaffs_ramem2k.c: RAM emulation in-kernel for 2K pages (YAFFS2) + +/* + * yaffs_ramem2k.c: RAM emulation in-kernel for 2K pages (YAFFS2) + */ -const char *yaffs_ramem2k_c_version = "$Id: yaffs_ramem2k.c,v 1.1 2005-08-09 01:00:37 charles Exp $"; +const char *yaffs_ramem2k_c_version = "$Id: yaffs_ramem2k.c,v 1.2 2007-02-12 16:49:50 wookey Exp $"; #ifndef __KERNEL__ #define CONFIG_YAFFS_RAM_ENABLED