summaryrefslogtreecommitdiff
path: root/yaffs_mtdif1.h
diff options
context:
space:
mode:
authorcharles <charles>2008-07-23 03:35:12 +0000
committercharles <charles>2008-07-23 03:35:12 +0000
commitd8ff7698762028c417be5dbc102fe882be0f99c5 (patch)
treee34f97f6d947d97553379d06dd15d47ae0dc4c1a /yaffs_mtdif1.h
parent94f402eb2a25625f34ff392efbcb8954478f5cfc (diff)
Fix compilation on Linux 2.6.26, fix compilation warnings
Diffstat (limited to 'yaffs_mtdif1.h')
-rw-r--r--yaffs_mtdif1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaffs_mtdif1.h b/yaffs_mtdif1.h
index c4f6197..5fa056c 100644
--- a/yaffs_mtdif1.h
+++ b/yaffs_mtdif1.h
@@ -23,6 +23,6 @@ int nandmtd1_ReadChunkWithTagsFromNAND(yaffs_Device * dev, int chunkInNAND,
int nandmtd1_MarkNANDBlockBad(struct yaffs_DeviceStruct *dev, int blockNo);
int nandmtd1_QueryNANDBlock(struct yaffs_DeviceStruct *dev, int blockNo,
- yaffs_BlockState * state, int *sequenceNumber);
+ yaffs_BlockState * state, __u32 *sequenceNumber);
#endif