]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/jffs2/load_kernel.h
UBI: Add basic UBI support to U-Boot (Part 6/8)
[karo-tx-uboot.git] / include / jffs2 / load_kernel.h
index 551fd0c442ace592053e3f1b8dd787d3bed4a94e..e9b7d6e7c9d454cfe6a8af01c2b8d74453d40838 100644 (file)
@@ -73,4 +73,9 @@ struct mtdids {
 #define putLabeledWord(x, y)   printf("%s %08x\n", x, (unsigned int)y)
 #define led_blink(x, y, z, a)
 
+/* common/cmd_jffs2.c */
+extern int mtdparts_init(void);
+extern int find_dev_and_part(const char *id, struct mtd_device **dev,
+                               u8 *part_num, struct part_info **part);
+
 #endif /* load_kernel_h */