diff options
Diffstat (limited to 'drivers/mmc/tegra2_mmc.h')
| -rw-r--r-- | drivers/mmc/tegra2_mmc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/mmc/tegra2_mmc.h b/drivers/mmc/tegra2_mmc.h index 4b80f9f3b..28698e0fc 100644 --- a/drivers/mmc/tegra2_mmc.h +++ b/drivers/mmc/tegra2_mmc.h @@ -73,6 +73,7 @@ struct mmc_host {  	unsigned int version;	/* SDHCI spec. version */  	unsigned int clock;	/* Current clock (MHz) */  	unsigned int base;	/* Base address, SDMMC1/2/3/4 */ +	enum periph_id mmc_id;	/* Peripheral ID: PERIPH_ID_... */  };  int tegra2_mmc_init(int dev_index, int bus_width); |