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 83ad3fe0a75..2a527c4de36 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -83,4 +83,18 @@ extern void r8a7779_secondary_init(unsigned int cpu); | |||
83 | extern int r8a7779_boot_secondary(unsigned int cpu); | 83 | extern int r8a7779_boot_secondary(unsigned int cpu); |
84 | extern void r8a7779_smp_prepare_cpus(void); | 84 | extern void r8a7779_smp_prepare_cpus(void); |
85 | 85 | ||
86 | extern void shmobile_init_late(void); | ||
87 | |||
88 | #ifdef CONFIG_SUSPEND | ||
89 | int shmobile_suspend_init(void); | ||
90 | #else | ||
91 | static inline int shmobile_suspend_init(void) { return 0; } | ||
92 | #endif | ||
93 | |||
94 | #ifdef CONFIG_CPU_IDLE | ||
95 | int shmobile_cpuidle_init(void); | ||
96 | #else | ||
97 | static inline int shmobile_cpuidle_init(void) { return 0; } | ||
98 | #endif | ||
99 | |||
86 | #endif /* __ARCH_MACH_COMMON_H */ | 100 | #endif /* __ARCH_MACH_COMMON_H */ |