4275881fca
Introduce the function r8a7791_add_standard_devices() that follows the same style as other mach-shmobile SoC code and allows C version of board code to add on-chip devices. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
10 lines
223 B
C
10 lines
223 B
C
#ifndef __ASM_R8A7791_H__
|
|
#define __ASM_R8A7791_H__
|
|
|
|
void r8a7791_add_standard_devices(void);
|
|
void r8a7791_add_dt_devices(void);
|
|
void r8a7791_clock_init(void);
|
|
void r8a7791_init_early(void);
|
|
|
|
#endif /* __ASM_R8A7791_H__ */
|