ARM: 5718/1: Sane busids for RealView board components
[deliverable/linux.git] / arch / arm / include / asm / mach / mmc.h
CommitLineData
1da177e4 1/*
4baa9922 2 * arch/arm/include/asm/mach/mmc.h
1da177e4
LT
3 */
4#ifndef ASMARM_MACH_MMC_H
5#define ASMARM_MACH_MMC_H
6
f74d132c 7#include <linux/mmc/host.h>
1da177e4
LT
8
9struct mmc_platform_data {
10 unsigned int ocr_mask; /* available voltages */
11 u32 (*translate_vdd)(struct device *, unsigned int);
12 unsigned int (*status)(struct device *);
7fb2bbf4
RK
13 int gpio_wp;
14 int gpio_cd;
9e6c82cd 15 unsigned long capabilities;
1da177e4
LT
16};
17
18#endif
This page took 0.392333 seconds and 5 git commands to generate.