2011-12-14 00:36:12 +08:00
|
|
|
#ifndef __ASM_R8A7779_H__
|
|
|
|
#define __ASM_R8A7779_H__
|
|
|
|
|
2012-01-10 14:50:01 +08:00
|
|
|
#include <linux/sh_clk.h>
|
|
|
|
|
2013-03-28 16:49:27 +08:00
|
|
|
extern void r8a7779_pm_init(void);
|
2012-01-10 16:44:39 +08:00
|
|
|
|
2012-01-10 14:50:01 +08:00
|
|
|
#ifdef CONFIG_PM
|
2012-08-07 07:14:14 +08:00
|
|
|
extern void __init r8a7779_init_pm_domains(void);
|
2012-01-10 14:50:01 +08:00
|
|
|
#else
|
2012-08-07 07:14:14 +08:00
|
|
|
static inline void r8a7779_init_pm_domains(void) {}
|
2012-01-10 14:50:01 +08:00
|
|
|
#endif /* CONFIG_PM */
|
|
|
|
|
2011-09-08 20:15:22 +08:00
|
|
|
extern struct smp_operations r8a7779_smp_ops;
|
|
|
|
|
2011-12-14 00:36:12 +08:00
|
|
|
#endif /* __ASM_R8A7779_H__ */
|