summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-socfpga/dwmmc.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-01-09 11:05:32 -0500
committerTom Rini <trini@ti.com>2014-01-09 11:05:32 -0500
commit8401bfa91ef57e331e2a3abdf768d41803bec88e (patch)
tree144e43bb5db26b33fcbadbb52d80760af2f70d04 /arch/arm/include/asm/arch-socfpga/dwmmc.h
parent33d413fc91e0bbbb92962a80f5333d6f1f628c5b (diff)
parentc5c1af21764d9423b45c1d03e835c4547a8bc5cb (diff)
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'arch/arm/include/asm/arch-socfpga/dwmmc.h')
-rw-r--r--arch/arm/include/asm/arch-socfpga/dwmmc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-socfpga/dwmmc.h b/arch/arm/include/asm/arch-socfpga/dwmmc.h
new file mode 100644
index 00000000000..945eb646ce8
--- /dev/null
+++ b/arch/arm/include/asm/arch-socfpga/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_ */