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