fac49568b0
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>
20 lines
404 B
C
20 lines
404 B
C
#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__ */
|