Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc'...
[sfrench/cifs-2.6.git] / arch / arm / mach-shmobile / r8a7779.h
1 #ifndef __ASM_R8A7779_H__
2 #define __ASM_R8A7779_H__
3
4 #include <linux/sh_clk.h>
5
6 extern void r8a7779_pm_init(void);
7
8 #ifdef CONFIG_PM
9 extern void __init r8a7779_init_pm_domains(void);
10 #else
11 static inline void r8a7779_init_pm_domains(void) {}
12 #endif /* CONFIG_PM */
13
14 extern struct smp_operations r8a7779_smp_ops;
15
16 #endif /* __ASM_R8A7779_H__ */