2005-04-17 00:20:36 +02:00
|
|
|
/*
|
|
|
|
* linux/include/asm-arm/mach/mmc.h
|
|
|
|
*/
|
|
|
|
#ifndef ASMARM_MACH_MMC_H
|
|
|
|
#define ASMARM_MACH_MMC_H
|
|
|
|
|
2007-02-09 22:49:31 +01:00
|
|
|
#include <linux/mmc/host.h>
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
struct mmc_platform_data {
|
|
|
|
unsigned int ocr_mask; /* available voltages */
|
|
|
|
u32 (*translate_vdd)(struct device *, unsigned int);
|
|
|
|
unsigned int (*status)(struct device *);
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|