colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / mtd.h
index 75aca262d4af4a36c0cc3af14cba04886efb0f9e..b0f8693386e6e3d6e00750502fed6ef297870483 100644 (file)
@@ -9,5 +9,8 @@
 #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_ */