summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h
blob: e5bc211ea8d0a02823f921ba59f89697f1d1e17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */


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);
};