summaryrefslogtreecommitdiffstats
path: root/u-boot/include/jffs2/jffs2_1pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/include/jffs2/jffs2_1pass.h')
-rw-r--r--u-boot/include/jffs2/jffs2_1pass.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/u-boot/include/jffs2/jffs2_1pass.h b/u-boot/include/jffs2/jffs2_1pass.h
new file mode 100644
index 0000000..5bc3e66
--- /dev/null
+++ b/u-boot/include/jffs2/jffs2_1pass.h
@@ -0,0 +1,3 @@
+u32 jffs2_1pass_ls(struct part_info *part,const char *fname);
+u32 jffs2_1pass_load(char *dest, struct part_info *part,const char *fname);
+u32 jffs2_1pass_info(struct part_info *part);