mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 12:56:44 +07:00
96bd090066
Change location of r7s72100.h so it can be included using "r7s72100.h" instead of the old style <mach/r7s72100.h>. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
8 lines
156 B
C
8 lines
156 B
C
#ifndef __ASM_R7S72100_H__
|
|
#define __ASM_R7S72100_H__
|
|
|
|
void r7s72100_add_dt_devices(void);
|
|
void r7s72100_clock_init(void);
|
|
|
|
#endif /* __ASM_R7S72100_H__ */
|