You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef __ASM_R8A73A4_H__
|
|
#define __ASM_R8A73A4_H__
|
|
|
|
void r8a73a4_add_standard_devices(void);
|
|
void r8a73a4_add_dt_devices(void);
|
|
void r8a73a4_clock_init(void);
|
|
void r8a73a4_pinmux_init(void);
|
|
void r8a73a4_init_delay(void);
|
|
|
|
#endif /* __ASM_R8A73A4_H__ */
|
|
|