diff options
Diffstat (limited to 'arch/arm/mach-shmobile/include/mach/common.h')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index ff5f12fd742f..01e2bc014f15 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -85,4 +85,18 @@ extern int r8a7779_boot_secondary(unsigned int cpu); | |||
85 | extern void r8a7779_smp_prepare_cpus(void); | 85 | extern void r8a7779_smp_prepare_cpus(void); |
86 | extern void r8a7779_register_twd(void); | 86 | extern void r8a7779_register_twd(void); |
87 | 87 | ||
88 | extern void shmobile_init_late(void); | ||
89 | |||
90 | #ifdef CONFIG_SUSPEND | ||
91 | int shmobile_suspend_init(void); | ||
92 | #else | ||
93 | static inline int shmobile_suspend_init(void) { return 0; } | ||
94 | #endif | ||
95 | |||
96 | #ifdef CONFIG_CPU_IDLE | ||
97 | int shmobile_cpuidle_init(void); | ||
98 | #else | ||
99 | static inline int shmobile_cpuidle_init(void) { return 0; } | ||
100 | #endif | ||
101 | |||
88 | #endif /* __ARCH_MACH_COMMON_H */ | 102 | #endif /* __ARCH_MACH_COMMON_H */ |