X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_mtdif1.h;h=5fa056c449b25d7e6f0d726092651031924752c5;hp=c4f6197d68ab7c9af90c202afd6790bbfae936d6;hb=d8ff7698762028c417be5dbc102fe882be0f99c5;hpb=94f402eb2a25625f34ff392efbcb8954478f5cfc 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