Merge tag 'regulator-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[deliverable/linux.git] / arch / arm / mach-shmobile / include / mach / r8a73a4.h
CommitLineData
eccf0607
MD
1#ifndef __ASM_R8A73A4_H__
2#define __ASM_R8A73A4_H__
3
9f754b4a
GL
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
eccf0607 13void r8a73a4_add_standard_devices(void);
69f36661 14void r8a73a4_add_dt_devices(void);
eccf0607 15void r8a73a4_clock_init(void);
d313d068 16void r8a73a4_pinmux_init(void);
0750a545 17void r8a73a4_init_early(void);
eccf0607
MD
18
19#endif /* __ASM_R8A73A4_H__ */
This page took 0.066607 seconds and 5 git commands to generate.