X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=blobdiff_plain;f=include%2Fmtd.h;h=b0f8693386e6e3d6e00750502fed6ef297870483;hp=65fcd3c700b5a1fb75e15cf8ab91c18a81786d51;hb=1099b2abef35c3c887f6afac1a8ef18c7924d5d2;hpb=592cd5defd4f71d34ffcbd8dd3326bc10f662e20 diff --git a/include/mtd.h b/include/mtd.h index 65fcd3c700..b0f8693386 100644 --- a/include/mtd.h +++ b/include/mtd.h @@ -11,4 +11,6 @@ int mtd_probe(struct udevice *dev); int mtd_probe_devices(void); +void board_mtdparts_default(const char **mtdids, const char **mtdparts); + #endif /* _MTD_H_ */