2013-09-04 03:45:57 +00:00
|
|
|
#ifndef __ASM_R8A7791_H__
|
|
|
|
#define __ASM_R8A7791_H__
|
|
|
|
|
2013-10-01 08:11:53 +00:00
|
|
|
void r8a7791_add_standard_devices(void);
|
2013-09-04 03:46:08 +00:00
|
|
|
void r8a7791_add_dt_devices(void);
|
2013-09-04 03:45:57 +00:00
|
|
|
void r8a7791_clock_init(void);
|
2013-10-08 03:39:10 +00:00
|
|
|
void r8a7791_pinmux_init(void);
|
2014-05-30 05:18:48 +00:00
|
|
|
void r8a7791_pm_init(void);
|
2013-10-01 08:13:16 +00:00
|
|
|
extern struct smp_operations r8a7791_smp_ops;
|
2013-09-04 03:45:57 +00:00
|
|
|
|
|
|
|
#endif /* __ASM_R8A7791_H__ */
|