summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h
blob: b24bc58afe915be58cb8cd0aa71156922df5a9fa (plain)
1
2
3
4
5
6
7
8
9
10

struct mci_host;
struct device_d;

struct pxamci_platform_data {
	int gpio_power;
	int gpio_power_invert;
	int (*init)(struct mci_host*, struct device_d*);
	int (*setpower)(struct mci_host*, int on);
};