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.
14 lines
344 B
14 lines
344 B
#ifndef __ASM_R8A7790_H__
|
|
#define __ASM_R8A7790_H__
|
|
|
|
void r8a7790_add_standard_devices(void);
|
|
void r8a7790_add_dt_devices(void);
|
|
void r8a7790_clock_init(void);
|
|
void r8a7790_pinmux_init(void);
|
|
void r8a7790_init_delay(void);
|
|
void r8a7790_timer_init(void);
|
|
|
|
#define MD(nr) BIT(nr)
|
|
u32 r8a7790_read_mode_pins(void);
|
|
|
|
#endif /* __ASM_R8A7790_H__ */
|
|
|