2013-03-28 00:49:34 +09:00
|
|
|
#ifndef __ASM_R8A7790_H__
|
|
|
|
#define __ASM_R8A7790_H__
|
|
|
|
|
2013-09-12 09:32:49 +09:00
|
|
|
#include <mach/rcar-gen2.h>
|
|
|
|
|
2013-03-28 00:49:34 +09:00
|
|
|
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-08-29 08:22:07 +09:00
|
|
|
extern struct smp_operations r8a7790_smp_ops;
|
2013-03-28 00:49:34 +09:00
|
|
|
|
|
|
|
#endif /* __ASM_R8A7790_H__ */
|