Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[sfrench/cifs-2.6.git] / arch / arm / mach-shmobile / r8a73a4.h
1 #ifndef __ASM_R8A73A4_H__
2 #define __ASM_R8A73A4_H__
3
4 /* DMA slave IDs */
5 enum {
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
13 void r8a73a4_add_standard_devices(void);
14 void r8a73a4_add_dt_devices(void);
15 void r8a73a4_clock_init(void);
16 void r8a73a4_pinmux_init(void);
17
18 #endif /* __ASM_R8A73A4_H__ */