forked from Minki/linux
b9a30ef1d3
Update the r8a73a4 code to allow using other timers than Arch timer for clock event Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
10 lines
220 B
C
10 lines
220 B
C
#ifndef __ASM_R8A73A4_H__
|
|
#define __ASM_R8A73A4_H__
|
|
|
|
void r8a73a4_add_standard_devices(void);
|
|
void r8a73a4_clock_init(void);
|
|
void r8a73a4_pinmux_init(void);
|
|
void r8a73a4_init_delay(void);
|
|
|
|
#endif /* __ASM_R8A73A4_H__ */
|