X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fmmc.h;h=c0bcfb90762dc42fada8047eb0a34b3d50bed5ce;hp=09101e2c87a11cfa76c0412c92dd5e9b6eb5ab00;hb=a9cce7ec02702895ada388ec53ef4b30a40f4bb8;hpb=c2c5b94f8959cd9e05be9e187dc597c6b6e2e786 diff --git a/include/mmc.h b/include/mmc.h index 09101e2c87..c0bcfb9076 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -373,6 +373,7 @@ struct mmc *find_mmc_device(int dev_num); int mmc_set_dev(int dev_num); void print_mmc_devices(char separator); int get_mmc_num(void); +int get_mmc_dev_count(void); int mmc_switch_part(int dev_num, unsigned int part_num); int mmc_hwpart_config(struct mmc *mmc, const struct mmc_hwpart_conf *conf, enum mmc_hwpart_conf_mode mode);