X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=fs%2Fbattfs.h;h=0456fcfb6a841388d16a37dc7d83a45343cd030a;hb=cb475c2071d6be7048f8c5c06485b3cd8530708c;hp=6057a3cd69d512b2a0df1bea6e89bf3e028c2b7d;hpb=a0469768a81d620b10d4edd16792f6c5588438d4;p=bertos.git diff --git a/fs/battfs.h b/fs/battfs.h index 6057a3cd..0456fcfb 100644 --- a/fs/battfs.h +++ b/fs/battfs.h @@ -30,7 +30,7 @@ * * --> * - * \version $Id:$ + * \version $Id$ * * \author Francesco Sacchi * @@ -251,6 +251,7 @@ INLINE KFileBattFs * KFILEBATTFS(KFile *fd) bool battfs_init(struct BattFsSuper *d); bool battfs_close(struct BattFsSuper *disk); +bool battfs_fileExists(BattFsSuper *disk, inode_t inode); bool battfs_fileopen(BattFsSuper *disk, KFileBattFs *fd, inode_t inode, filemode_t mode); bool battfs_writeTestBlock(struct BattFsSuper *disk, pgcnt_t page, inode_t inode, seq_t seq, fill_t fill, pgoff_t pgoff, mark_t mark);