aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/mach/mmc.h
blob: eb91145c00c4c7d5d0b2c99aab10640a8080e89d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  linux/include/asm-arm/mach/mmc.h
 */
#ifndef ASMARM_MACH_MMC_H
#define ASMARM_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 *);
};

#endif