apalis_imx6: unify sd/mmc drive strength with linux kernel settings
[oweals/u-boot.git] / include / mtd.h
index 9e5c807294bfa3f11e122c622c44e3ab292420f2..65fcd3c700b5a1fb75e15cf8ab91c18a81786d51 100644 (file)
@@ -8,4 +8,7 @@
 
 #include <linux/mtd/mtd.h>
 
+int mtd_probe(struct udevice *dev);
+int mtd_probe_devices(void);
+
 #endif /* _MTD_H_ */