diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2011-12-02 14:01:35 +0800 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-12-02 14:01:35 +0800 |
commit | 55268945c9c502230a0030cd5a33bb15c088ebbb (patch) | |
tree | 8edef6d4c0b7720edadd91722e90dd28b47c93cf /arch | |
parent | e75c044a8368cf66d5b461be1a73ac465c46f334 (diff) |
ARM: Add 'card_present' state to mmc_platfrom_data
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/mach/mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach/mmc.h b/arch/arm/include/asm/mach/mmc.h index f8d391ad920..bca864ac945 100644 --- a/arch/arm/include/asm/mach/mmc.h +++ b/arch/arm/include/asm/mach/mmc.h @@ -18,6 +18,7 @@ struct embedded_sdio_data { struct mmc_platform_data { unsigned int ocr_mask; /* available voltages */ int built_in; /* built-in device flag */ + int card_present; /* card detect state */ u32 (*translate_vdd)(struct device *, unsigned int); unsigned int (*status)(struct device *); struct embedded_sdio_data *embedded_sdio; |