X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffsinterface.h;h=62694d887438889d9e0a8467f190fe3e1e9941a2;hp=0cfdfcf6baad48214d2c8ec21028ee7b6c1602c5;hb=ef24b90a2e00a9a3db2bab70261807037ccc0bd7;hpb=6f1de4473200f31d1ca1cf4672baf7afcdec2db0 diff --git a/yaffsinterface.h b/yaffsinterface.h index 0cfdfcf..62694d8 100644 --- a/yaffsinterface.h +++ b/yaffsinterface.h @@ -1,7 +1,7 @@ /* - * YAFFS: Yet another Flash File System . A NAND-flash specific file system. + * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -16,6 +16,6 @@ #ifndef __YAFFSINTERFACE_H__ #define __YAFFSINTERFACE_H__ -int yaffs_Initialise(unsigned nBlocks); +int yaffs_initialise(unsigned nBlocks); #endif