diff options
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h index 32822f7556ea..b8f1f62bce97 100644 --- a/arch/arm/mach-shmobile/include/mach/common.h +++ b/arch/arm/mach-shmobile/include/mach/common.h | |||
@@ -38,4 +38,9 @@ extern void sh73a0_pinmux_init(void); | |||
38 | extern struct clk sh73a0_extal1_clk; | 38 | extern struct clk sh73a0_extal1_clk; |
39 | extern struct clk sh73a0_extal2_clk; | 39 | extern struct clk sh73a0_extal2_clk; |
40 | 40 | ||
41 | extern unsigned int sh73a0_get_core_count(void); | ||
42 | extern void sh73a0_secondary_init(unsigned int cpu); | ||
43 | extern int sh73a0_boot_secondary(unsigned int cpu); | ||
44 | extern void sh73a0_smp_prepare_cpus(void); | ||
45 | |||
41 | #endif /* __ARCH_MACH_COMMON_H */ | 46 | #endif /* __ARCH_MACH_COMMON_H */ |