mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 15:35:08 +07:00
![Geert Uytterhoeven](/assets/img/avatar_default.png)
Change location of r8a7791.h so it can be included as "r8a7791.h" instead of the old style <mach/r8a7791.h> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
12 lines
298 B
C
12 lines
298 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_pinmux_init(void);
|
|
void r8a7791_pm_init(void);
|
|
extern struct smp_operations r8a7791_smp_ops;
|
|
|
|
#endif /* __ASM_R8A7791_H__ */
|