Fixes warning.
[bertos.git] / bertos / io / kblock.h
index b486fa6d3250891b184584d008434b6bcd5508d9..59d19bae8026df4b53eb345d2036f095799aeef5 100644 (file)
@@ -430,4 +430,6 @@ INLINE int kblock_close(struct KBlock *b)
        return b->vt->close(b);
 }
 
+void *kblock_unsupportedMap(struct KBlock *b, UNUSED_ARG(size_t, offset), UNUSED_ARG(size_t, size));
+
 #endif /* IO_KBLOCK_H */