summaryrefslogtreecommitdiffstats
path: root/include/ubiformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ubiformat.h')
-rw-r--r--include/ubiformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ubiformat.h b/include/ubiformat.h
index b195fd8392..8305a853c7 100644
--- a/include/ubiformat.h
+++ b/include/ubiformat.h
@@ -20,4 +20,7 @@ struct ubiformat_args {
int ubiformat(struct mtd_info *mtd, struct ubiformat_args *args);
+int ubiformat_write(struct mtd_info *mtd, const void *buf, size_t count,
+ loff_t offset);
+
#endif /* __UBIFORMAT_H */