summaryrefslogtreecommitdiff
path: root/yaffs_mtdif.h
diff options
context:
space:
mode:
authorcharles <charles>2005-07-19 20:41:59 +0000
committercharles <charles>2005-07-19 20:41:59 +0000
commit0f3e5663a6c6d1fe5b8c8abc1b44c7221c62f808 (patch)
tree6c2a0701cdab7ad0be228ea139ef9d78dc7d93a8 /yaffs_mtdif.h
parent28d4bda659460575eb5fcf7de394209531f1a950 (diff)
Apply Luc's patches
Diffstat (limited to 'yaffs_mtdif.h')
-rw-r--r--yaffs_mtdif.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaffs_mtdif.h b/yaffs_mtdif.h
index 2e99813..959d923 100644
--- a/yaffs_mtdif.h
+++ b/yaffs_mtdif.h
@@ -14,7 +14,7 @@
*
* Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
*
- * $Id: yaffs_mtdif.h,v 1.1 2004-12-17 04:39:04 charles Exp $
+ * $Id: yaffs_mtdif.h,v 1.2 2005-07-19 20:41:59 charles Exp $
*/
#ifndef __YAFFS_MTDIF_H__
@@ -22,7 +22,7 @@
#include "yaffs_guts.h"
-int nandmtd_WriteChunkToNAND(yaffs_Device *dev,int chunkInNAND,const __u8 *data, yaffs_Spare *spare);
+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);