1 #ifndef __ASM_R8A7779_H__
2 #define __ASM_R8A7779_H__
4 #include <linux/sh_clk.h>
6 extern void r8a7779_pm_init(void);
9 extern void __init
r8a7779_init_pm_domains(void);
11 static inline void r8a7779_init_pm_domains(void) {}
12 #endif /* CONFIG_PM */
14 extern struct smp_operations r8a7779_smp_ops
;
16 #endif /* __ASM_R8A7779_H__ */