Fix move page bug; add battfs_close.
[bertos.git] / fs / battfs.h
index c155b61ee2e17a11e657cc550930d1267bb06499..f7518ced38104137c03cd96539097890b3a2471c 100644 (file)
@@ -215,6 +215,8 @@ typedef struct BattFsSuper
 } BattFsSuper;
 
 bool battfs_init(struct BattFsSuper *d);
+bool battfs_close(struct BattFsSuper *disk);
+
 bool battfs_writeTestBlock(struct BattFsSuper *disk, pgcnt_t page, inode_t inode, seq_t seq, fill_t fill, pgoff_t pgoff, mark_t mark);
 
 #endif /* FS_BATTFS_H */