summaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm/include/mach/mmc.h
blob: 306de3d73fff105c830ec8f3d05e46e57c01d805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  arch/arm/mach-msm/include/mach/mmc.h
 */
#ifndef ASM_ARCH_MACH_MMC_H
#define ASM_ARCH_MACH_MMC_H

#include <linux/mmc/host.h>

struct mmc_platform_data {
	unsigned int ocr_mask;			/* available voltages */
	u32 (*translate_vdd)(struct device *, unsigned int);
	unsigned int (*status)(struct device *);
	unsigned long irq_flags;
};

#endif