diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mtd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtd.h b/include/mtd.h index 75aca262d4a..65fcd3c700b 100644 --- a/include/mtd.h +++ b/include/mtd.h @@ -9,5 +9,6 @@ #include <linux/mtd/mtd.h> int mtd_probe(struct udevice *dev); +int mtd_probe_devices(void); #endif /* _MTD_H_ */ |