X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_mtdif.h;h=e5172eb1336727737a2bdb87c655143b66b8fbac;hp=317600cac972c8f1b3af48652a9cff64e6a563d9;hb=a18ab52ca5907e885dcf3b8f31639c77c0641ee2;hpb=a4d9ea92251deb3c1389e3e3443faf4341f817db diff --git a/yaffs_mtdif.h b/yaffs_mtdif.h index 317600c..e5172eb 100644 --- a/yaffs_mtdif.h +++ b/yaffs_mtdif.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -18,10 +18,6 @@ #include "yaffs_guts.h" -int nandmtd_WriteChunkToNAND(yaffs_Device * dev, int chunkInNAND, - const __u8 * data, const yaffs_Spare * spare); -int nandmtd_ReadChunkFromNAND(yaffs_Device * dev, int chunkInNAND, __u8 * data, - yaffs_Spare * spare); -int nandmtd_EraseBlockInNAND(yaffs_Device * dev, int blockNumber); -int nandmtd_InitialiseNAND(yaffs_Device * dev); +void yaffs_mtd_drv_install(struct yaffs_dev *dev); + #endif