summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/r8a73a4.h
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-06-20 16:53:02 (GMT)
committerSimon Horman <horms+renesas@verge.net.au>2014-06-25 07:47:51 (GMT)
commitfac49568b0d19e039e216ca6d13bc534ebf12c34 (patch)
tree59682d55315090cb897c2bbf24a2a5f7e8695405 /arch/arm/mach-shmobile/r8a73a4.h
parent96bd090066e2150f3970b32f35895de2ab631c95 (diff)
downloadlinux-fac49568b0d19e039e216ca6d13bc534ebf12c34.tar.xz
ARM: shmobile: Move r8a73a4.h
Change location of r8a73a4.h so it can be included as "r8a73a4.h" instead of the old style <mach/r8a73a4.h> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/r8a73a4.h')
-rw-r--r--arch/arm/mach-shmobile/r8a73a4.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/r8a73a4.h b/arch/arm/mach-shmobile/r8a73a4.h
new file mode 100644
index 0000000..ce8bdd1
--- /dev/null
+++ b/arch/arm/mach-shmobile/r8a73a4.h
@@ -0,0 +1,19 @@
+#ifndef __ASM_R8A73A4_H__
+#define __ASM_R8A73A4_H__
+
+/* DMA slave IDs */
+enum {
+ SHDMA_SLAVE_INVALID,
+ SHDMA_SLAVE_MMCIF0_TX,
+ SHDMA_SLAVE_MMCIF0_RX,
+ SHDMA_SLAVE_MMCIF1_TX,
+ SHDMA_SLAVE_MMCIF1_RX,
+};
+
+void r8a73a4_add_standard_devices(void);
+void r8a73a4_add_dt_devices(void);
+void r8a73a4_clock_init(void);
+void r8a73a4_pinmux_init(void);
+void r8a73a4_init_early(void);
+
+#endif /* __ASM_R8A73A4_H__ */