summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-30 14:58:13 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-30 14:58:13 +0000
commit56190ed0fcdb453b218be4fcefa938850a81c83e (patch)
treee9ea299478862360b7ec361c7d80f9fb9f4deddf /target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h
parent73c75e0dd862a8898bcf377aa265574c6a7f3c81 (diff)
downloadmaster-31e0f0ae-56190ed0fcdb453b218be4fcefa938850a81c83e.tar.gz
master-31e0f0ae-56190ed0fcdb453b218be4fcefa938850a81c83e.tar.bz2
master-31e0f0ae-56190ed0fcdb453b218be4fcefa938850a81c83e.zip
generic: fold yaffs_cvs_2009_04_24 patch to generic/files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34012
Diffstat (limited to 'target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h')
-rw-r--r--target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h b/target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h
index d3ff17405f..5d426ea8d7 100644
--- a/target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h
+++ b/target/linux/generic/files/fs/yaffs2/yaffs_checkptrw.h
@@ -20,9 +20,9 @@
int yaffs_CheckpointOpen(yaffs_Device *dev, int forWriting);
-int yaffs_CheckpointWrite(yaffs_Device *dev,const void *data, int nBytes);
+int yaffs_CheckpointWrite(yaffs_Device *dev, const void *data, int nBytes);
-int yaffs_CheckpointRead(yaffs_Device *dev,void *data, int nBytes);
+int yaffs_CheckpointRead(yaffs_Device *dev, void *data, int nBytes);
int yaffs_GetCheckpointSum(yaffs_Device *dev, __u32 *sum);