]> git.sur5r.net Git - u-boot/blobdiff - include/mmc.h
Rename getenv_r() into getenv_f()
[u-boot] / include / mmc.h
index 2dc69abb68e9fc3c1909cbfceb894055947cd24c..fcb237e81e4788c03408ceeb7d1fc94fcfc9b006 100644 (file)
@@ -271,7 +271,9 @@ int mmc_initialize(bd_t *bis);
 int mmc_init(struct mmc *mmc);
 int mmc_read(struct mmc *mmc, u64 src, uchar *dst, int size);
 struct mmc *find_mmc_device(int dev_num);
+int mmc_set_dev(int dev_num);
 void print_mmc_devices(char separator);
+int board_mmc_getcd(u8 *cd, struct mmc *mmc);
 
 #ifndef CONFIG_GENERIC_MMC
 int mmc_legacy_init(int verbose);