X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffsinterface.h;h=ca36cfc427a23f6a8d3cd491aeb74355096cf736;hp=e4b0ff1d08ea8b66a713ba7fc7afe369aa8ac288;hb=a71d56e9bb66c97d910f68bce7bb51f87b73275f;hpb=363520161b021b7ac870c269064606e3f16feeeb diff --git a/yaffsinterface.h b/yaffsinterface.h index e4b0ff1..ca36cfc 100644 --- a/yaffsinterface.h +++ b/yaffsinterface.h @@ -1,8 +1,7 @@ /* - * YAFFS: Yet another FFS. A NAND-flash specific file system. - * yaffsinterface.h: Interface to the guts of yaffs. + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -12,14 +11,11 @@ * published by the Free Software Foundation. * * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL. - * */ - + #ifndef __YAFFSINTERFACE_H__ #define __YAFFSINTERFACE_H__ - int yaffs_Initialise(unsigned nBlocks); #endif -