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