From 25de86661a3692051ddf875e645406b3c9b6417e Mon Sep 17 00:00:00 2001 From: Robert Jarzmik Date: Wed, 7 Dec 2011 22:47:58 +0100 Subject: arm/mach-pxa: add mci_pxa2xx file Add the platform data for MMC/SD card host on the PXA SoCs. Signed-off-by: Robert Jarzmik Signed-off-by: Sascha Hauer --- arch/arm/mach-pxa/include/mach/mci_pxa2xx.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch/arm/mach-pxa/include/mach/mci_pxa2xx.h (limited to 'arch/arm/mach-pxa') diff --git a/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h b/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h new file mode 100644 index 0000000000..b24bc58afe --- /dev/null +++ b/arch/arm/mach-pxa/include/mach/mci_pxa2xx.h @@ -0,0 +1,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); +}; -- cgit v1.2.3