From ea6ebe21772568ee97fb5c23c01e993140f0e0e6 Mon Sep 17 00:00:00 2001 From: Lei Wen Date: Mon, 2 May 2011 16:26:25 +0000 Subject: cmd_mmc: eliminate device num in the mmc command mmc command applied device, like ide and usb... Signed-off-by: Lei Wen Acked-by: Andy Fleming --- include/mmc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mmc.h') diff --git a/include/mmc.h b/include/mmc.h index 863b7e2..5501f55 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -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 -- cgit v1.1