Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
[platform/kernel/u-boot.git] / include / mtd.h
index 9e5c807..b0f8693 100644 (file)
@@ -8,4 +8,9 @@
 
 #include <linux/mtd/mtd.h>
 
+int mtd_probe(struct udevice *dev);
+int mtd_probe_devices(void);
+
+void board_mtdparts_default(const char **mtdids, const char **mtdparts);
+
 #endif /* _MTD_H_ */