X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_nand.h;h=804e97ad66d0ca50385b730af435ea1d944d90eb;hp=a36498a9b8793d77ae37e5bd0773ea793a8ccb6c;hb=6c0b1f629b813db703ceac9e35822380d7f73f1f;hpb=511baf572f96c689043518d443086b8dd6751089 diff --git a/yaffs_nand.h b/yaffs_nand.h index a36498a..804e97a 100644 --- a/yaffs_nand.h +++ b/yaffs_nand.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -34,5 +34,6 @@ int yaffs_query_init_block_state(struct yaffs_dev *dev, int yaffs_erase_block(struct yaffs_dev *dev, int flash_block); int yaffs_init_nand(struct yaffs_dev *dev); +int yaffs_deinit_nand(struct yaffs_dev *dev); #endif