aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/r8a73a4.h
diff options
context:
space:
mode:
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 000000000000..ce8bdd1d8a8a
--- /dev/null
+++ b/arch/arm/mach-shmobile/r8a73a4.h
@@ -0,0 +1,19 @@
1#ifndef __ASM_R8A73A4_H__
2#define __ASM_R8A73A4_H__
3
4/* DMA slave IDs */
5enum {
6 SHDMA_SLAVE_INVALID,
7 SHDMA_SLAVE_MMCIF0_TX,
8 SHDMA_SLAVE_MMCIF0_RX,
9 SHDMA_SLAVE_MMCIF1_TX,
10 SHDMA_SLAVE_MMCIF1_RX,
11};
12
13void r8a73a4_add_standard_devices(void);
14void r8a73a4_add_dt_devices(void);
15void r8a73a4_clock_init(void);
16void r8a73a4_pinmux_init(void);
17void r8a73a4_init_early(void);
18
19#endif /* __ASM_R8A73A4_H__ */