2013-03-27 23:49:34 +08:00
|
|
|
#ifndef __ASM_R8A7790_H__
|
|
|
|
#define __ASM_R8A7790_H__
|
|
|
|
|
2013-09-12 08:32:49 +08:00
|
|
|
#include <mach/rcar-gen2.h>
|
|
|
|
|
2013-03-27 23:49:34 +08:00
|
|
|
void r8a7790_add_standard_devices(void);
|
2013-06-28 12:42:16 +08:00
|
|
|
void r8a7790_add_dt_devices(void);
|
2013-03-27 23:49:34 +08:00
|
|
|
void r8a7790_clock_init(void);
|
2013-03-27 23:50:03 +08:00
|
|
|
void r8a7790_pinmux_init(void);
|
2013-08-08 06:27:01 +08:00
|
|
|
void r8a7790_init_early(void);
|
2013-08-29 07:22:07 +08:00
|
|
|
extern struct smp_operations r8a7790_smp_ops;
|
2013-03-27 23:49:34 +08:00
|
|
|
|
|
|
|
#endif /* __ASM_R8A7790_H__ */
|