X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffsinterface.h;h=0cfdfcf6baad48214d2c8ec21028ee7b6c1602c5;hp=e4b0ff1d08ea8b66a713ba7fc7afe369aa8ac288;hb=ea4200a7a79a0b43509f9267292aadbf16fba2a9;hpb=363520161b021b7ac870c269064606e3f16feeeb diff --git a/yaffsinterface.h b/yaffsinterface.h index e4b0ff1..0cfdfcf 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-2007 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 -