From 30088b09975017c90979d55bc0ead58ca424652f Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 21 Apr 2015 20:38:22 +0900 Subject: ARM: socfpga: move SoC headers to mach-socfpga/include/mach Move headers to mach-socfpga as well. Signed-off-by: Masahiro Yamada --- arch/arm/mach-socfpga/include/mach/dwmmc.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/arm/mach-socfpga/include/mach/dwmmc.h (limited to 'arch/arm/mach-socfpga/include/mach/dwmmc.h') 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 + * + * 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_ */ -- cgit v1.1