]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/r8a7779.h
Merge tag 'sti-dt-for-v4.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / arch / arm / mach-shmobile / r8a7779.h
1 #ifndef __ASM_R8A7779_H__
2 #define __ASM_R8A7779_H__
3
4 extern void r8a7779_pm_init(void);
5
6 #ifdef CONFIG_PM
7 extern void __init r8a7779_init_pm_domains(void);
8 #else
9 static inline void r8a7779_init_pm_domains(void) {}
10 #endif /* CONFIG_PM */
11
12 extern struct smp_operations r8a7779_smp_ops;
13
14 #endif /* __ASM_R8A7779_H__ */