diff options
Diffstat (limited to 'include/mmc.h')
| -rw-r--r-- | include/mmc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/mmc.h b/include/mmc.h index 8973bc765..fcb237e81 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -271,6 +271,7 @@ 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); |