X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffsinterface.h;h=62694d887438889d9e0a8467f190fe3e1e9941a2;hp=d6ec50ceadf2b9317db0f18f4ce4fb9eacb5ba23;hb=059630308f8d017ffe4b42d0e08d6ad4e7affeb1;hpb=84699e12e914cb78ae3a1da48c99ed679b934153 diff --git a/yaffsinterface.h b/yaffsinterface.h index d6ec50c..62694d8 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,12 +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); +int yaffs_initialise(unsigned nBlocks); #endif