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