]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/mmc.h
cmd_mmc: eliminate device num in the mmc command
[people/ms/u-boot.git] / include / mmc.h
index 863b7e293b2a8ca602aa2d34a52efd09be398ea8..5501f5547a47c58e8fe42cc0aa6c7210cc5b0a65 100644 (file)
@@ -295,6 +295,7 @@ void mmc_set_clock(struct mmc *mmc, uint clock);
 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 board_mmc_getcd(u8 *cd, struct mmc *mmc);
 
 #ifdef CONFIG_GENERIC_MMC