2013-03-28 00:49:34 +09:00
|
|
|
#ifndef __ASM_R8A7790_H__
|
|
|
|
#define __ASM_R8A7790_H__
|
|
|
|
|
|
|
|
void r8a7790_add_standard_devices(void);
|
2013-06-28 13:42:16 +09:00
|
|
|
void r8a7790_add_dt_devices(void);
|
2013-03-28 00:49:34 +09:00
|
|
|
void r8a7790_clock_init(void);
|
2013-03-28 00:50:03 +09:00
|
|
|
void r8a7790_pinmux_init(void);
|
2013-08-08 07:27:01 +09:00
|
|
|
void r8a7790_init_early(void);
|
2013-04-08 10:23:28 +09:00
|
|
|
void r8a7790_timer_init(void);
|
2013-08-29 08:22:07 +09:00
|
|
|
extern struct smp_operations r8a7790_smp_ops;
|
2013-03-28 00:49:34 +09:00
|
|
|
|
2013-07-12 01:22:19 +09:00
|
|
|
#define MD(nr) BIT(nr)
|
|
|
|
u32 r8a7790_read_mode_pins(void);
|
|
|
|
|
2013-03-28 00:49:34 +09:00
|
|
|
#endif /* __ASM_R8A7790_H__ */
|