summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/include/mach/dwmmc.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-04-21 20:38:22 +0900
committerMarek Vasut <marex@denx.de>2015-05-07 05:21:15 +0200
commit30088b09975017c90979d55bc0ead58ca424652f (patch)
tree99e9d089471805c750a67f6a95220add8db649da /arch/arm/mach-socfpga/include/mach/dwmmc.h
parent05a217212b41c6342fc1c6be0fe49ce28c9afe40 (diff)
downloadu-boot-imx-30088b09975017c90979d55bc0ead58ca424652f.zip
u-boot-imx-30088b09975017c90979d55bc0ead58ca424652f.tar.gz
u-boot-imx-30088b09975017c90979d55bc0ead58ca424652f.tar.bz2
ARM: socfpga: move SoC headers to mach-socfpga/include/mach
Move headers to mach-socfpga as well. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/dwmmc.h')
-rw-r--r--arch/arm/mach-socfpga/include/mach/dwmmc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/dwmmc.h b/arch/arm/mach-socfpga/include/mach/dwmmc.h
new file mode 100644
index 0000000..945eb64
--- /dev/null
+++ b/arch/arm/mach-socfpga/include/mach/dwmmc.h
@@ -0,0 +1,12 @@
+/*
+ * (C) Copyright 2013 Altera Corporation <www.altera.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _SOCFPGA_DWMMC_H_
+#define _SOCFPGA_DWMMC_H_
+
+extern int socfpga_dwmmc_init(u32 regbase, int bus_width, int index);
+
+#endif /* _SOCFPGA_SDMMC_H_ */