blob: 5f34b20ecd4a623c5f7006c125a1cbf3e181919b (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __ASM_R7S72100_H__
#define __ASM_R7S72100_H__
void r7s72100_add_dt_devices(void);
void r7s72100_clock_init(void);
void r7s72100_init_early(void);
#endif /* __ASM_R7S72100_H__ */
|