blob: eb91145c00c4c7d5d0b2c99aab10640a8080e89d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/include/asm-arm/mach/mmc.h
3 */
4#ifndef ASMARM_MACH_MMC_H
5#define ASMARM_MACH_MMC_H
6
Pierre Ossmanf74d1322007-02-09 22:49:31 +01007#include <linux/mmc/host.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
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 *);
13};
14
15#endif