X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_fileem2k.h;h=d4a5f90f1ef9023de36b399a4ebfbc81c313eaf8;hp=aa8f661ce7cdb60dc5823cb7e9afe2853edb4e58;hb=40c386c7a14ebfa8afc14562f3b33a416831b26d;hpb=378bbdf4d64b8b26db55a495ab6ae520ff62e471 diff --git a/direct/yaffs_fileem2k.h b/direct/yaffs_fileem2k.h index aa8f661..d4a5f90 100644 --- a/direct/yaffs_fileem2k.h +++ b/direct/yaffs_fileem2k.h @@ -1,15 +1,16 @@ /* - * YAFFS: Yet another FFS. A NAND-flash specific file system. - * yaffs_ramdisk.c: yaffs ram disk component + * 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 * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as + * it under the terms of the GNU Lesser General Public License version 2.1 as * published by the Free Software Foundation. * + * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. */ #ifndef __FILEEM2K_H__ @@ -17,8 +18,8 @@ #if 1 -//#define SIZE_IN_MB 128 -#define SIZE_IN_MB 8000 +#define SIZE_IN_MB 128 +//#define SIZE_IN_MB 8000 #define PAGE_DATA_SIZE (2048) #define PAGE_SPARE_SIZE (64) #define PAGE_SIZE (PAGE_DATA_SIZE + PAGE_SPARE_SIZE) @@ -43,7 +44,7 @@ #endif -int yflash_GetNumberOfBlocks(void); +int yflash2_GetNumberOfBlocks(void); #endif