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