summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/include/mach/dwmci.h
diff options
context:
space:
mode:
authorSeungwon Jeon <tgih.jun@samsung.com>2011-07-21 00:34:58 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-21 01:46:43 +0900
commitd79195897e610bd0d3563ec401cfd29d836ce0e6 (patch)
treeaea2b86565f561005dca716d2af4c6517b7e9435 /arch/arm/mach-exynos4/include/mach/dwmci.h
parent3a1a2b9e69b22a7d9e3c2d9410309ccbedc0ef8f (diff)
downloadtalos-obmc-linux-d79195897e610bd0d3563ec401cfd29d836ce0e6.tar.gz
talos-obmc-linux-d79195897e610bd0d3563ec401cfd29d836ce0e6.zip
ARM: EXYNOS4: Add platform device for dwmci driver
This patch adds platform device for Synopsys DesignWare Multimedia Card Interface driver. Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/dwmci.h')
-rw-r--r--arch/arm/mach-exynos4/include/mach/dwmci.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/dwmci.h b/arch/arm/mach-exynos4/include/mach/dwmci.h
new file mode 100644
index 000000000000..7ce657459cc0
--- /dev/null
+++ b/arch/arm/mach-exynos4/include/mach/dwmci.h
@@ -0,0 +1,20 @@
+/* linux/arch/arm/mach-exynos4/include/mach/dwmci.h
+ *
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd.
+ * http://www.samsung.com/
+ *
+ * Synopsys DesignWare Mobile Storage for EXYNOS4210
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef __ASM_ARM_ARCH_DWMCI_H
+#define __ASM_ARM_ARCH_DWMCI_H __FILE__
+
+#include <linux/mmc/dw_mmc.h>
+
+extern void exynos4_dwmci_set_platdata(struct dw_mci_board *pd);
+
+#endif /* __ASM_ARM_ARCH_DWMCI_H */
OpenPOWER on IntegriCloud