X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_checkptrw.h;fp=yaffs_checkptrw.h;h=61ba179a3985cad7b7e636e49225d32c4b809fad;hp=ea4f0276f2b0b4f32efd2c1d85873443971c2c31;hb=e33554a67753729f6b74677473cf0ec3b8d35a7e;hpb=b07263adb5c642fcb911125a77b9e7f4bb8af64c diff --git a/yaffs_checkptrw.h b/yaffs_checkptrw.h index ea4f027..61ba179 100644 --- a/yaffs_checkptrw.h +++ b/yaffs_checkptrw.h @@ -18,17 +18,17 @@ #include "yaffs_guts.h" -int yaffs2_CheckpointOpen(yaffs_Device *dev, int forWriting); +int yaffs2_checkpt_open(yaffs_Device *dev, int forWriting); -int yaffs2_CheckpointWrite(yaffs_Device *dev, const void *data, int nBytes); +int yaffs2_checkpt_wr(yaffs_Device *dev, const void *data, int nBytes); -int yaffs2_CheckpointRead(yaffs_Device *dev, void *data, int nBytes); +int yaffs2_checkpt_rd(yaffs_Device *dev, void *data, int nBytes); -int yaffs2_GetCheckpointSum(yaffs_Device *dev, __u32 *sum); +int yaffs2_get_checkpt_sum(yaffs_Device *dev, __u32 *sum); -int yaffs2_CheckpointClose(yaffs_Device *dev); +int yaffs_checkpt_close(yaffs_Device *dev); -int yaffs2_CheckpointInvalidateStream(yaffs_Device *dev); +int yaffs2_checkpt_invalidate_stream(yaffs_Device *dev); #endif