Add close sw implementation.
[bertos.git] / bertos / io / kblock.h
index ea3d14ebcc7e39a13c21adc793fd38d1150594e8..c0d99c0abf83088772cbcd8c4f3d3c5e88de07d7 100644 (file)
@@ -364,5 +364,6 @@ int kblock_swLoad(struct KBlock *b, block_idx_t index);
 int kblock_swStore(struct KBlock *b, block_idx_t index);
 size_t kblock_swReadBuf(struct KBlock *b, void *buf, size_t offset, size_t size);
 size_t kblock_swWriteBuf(struct KBlock *b, const void *buf, size_t offset, size_t size);
+int kblock_swClose(struct KBlock *b);
 
 #endif /* IO_KBLOCK_H */