cmd: mtd: add 'mtd' command
[oweals/u-boot.git] / include / mtd.h
index 75aca262d4af4a36c0cc3af14cba04886efb0f9e..65fcd3c700b5a1fb75e15cf8ab91c18a81786d51 100644 (file)
@@ -9,5 +9,6 @@
 #include <linux/mtd/mtd.h>
 
 int mtd_probe(struct udevice *dev);
+int mtd_probe_devices(void);
 
 #endif /* _MTD_H_ */