summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rmobile/include/mach/mmc.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-10-10 05:42:01 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2016-08-17 10:25:34 +0900
commit7a7d246d97bc66e01bf030b0503b14f78f08629d (patch)
treefb3a1cfac8b3f45b4ca1ce09ac9e2e51481afeae /arch/arm/mach-rmobile/include/mach/mmc.h
parentbadbb63c2c29738a2956504126a30ddb14ca34c1 (diff)
downloadu-boot-imx-7a7d246d97bc66e01bf030b0503b14f78f08629d.zip
u-boot-imx-7a7d246d97bc66e01bf030b0503b14f78f08629d.tar.gz
u-boot-imx-7a7d246d97bc66e01bf030b0503b14f78f08629d.tar.bz2
ARM: rmobile: Move SoC headers to mach-rmobile/include/mach
Move form arch/arm/include/asm/arch-rmobile/ to arch/arm/mach-rmobile/include/mach/. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach/mmc.h')
-rw-r--r--arch/arm/mach-rmobile/include/mach/mmc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/include/mach/mmc.h b/arch/arm/mach-rmobile/include/mach/mmc.h
new file mode 100644
index 0000000..4e0fef1
--- /dev/null
+++ b/arch/arm/mach-rmobile/include/mach/mmc.h
@@ -0,0 +1,14 @@
+/*
+ * Renesas SuperH MMCIF driver.
+ *
+ * Copyright (C) 2014 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
+ * Copyright (C) 2014 Renesas Electronics Corporation
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+#ifndef _RMOBILE_MMC_H_
+#define _RMOBILE_MMC_H_
+
+int mmcif_mmc_init(void);
+
+#endif /* _RMOBILE_MMC_H_ */