cpufreq: shmobile: Use generic platdev driver
[linux-2.6-block.git] / arch / arm / mach-shmobile / common.h
CommitLineData
c793c1b0
MD
1#ifndef __ARCH_MACH_COMMON_H
2#define __ARCH_MACH_COMMON_H
3
c39dae38 4extern void shmobile_init_delay(void);
ebe72ab9
MD
5extern void shmobile_boot_vector(void);
6extern unsigned long shmobile_boot_fn;
a84a5ab7 7extern unsigned long shmobile_boot_size;
cc61591e
MD
8extern void shmobile_smp_boot(void);
9extern void shmobile_smp_sleep(void);
10extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn,
11 unsigned long arg);
787047ee 12extern bool shmobile_smp_cpu_can_disable(unsigned int cpu);
bfabbcc6 13extern void shmobile_boot_scu(void);
8701d808
GU
14extern void shmobile_smp_scu_prepare_cpus(phys_addr_t scu_base_phys,
15 unsigned int max_cpus);
e7b1c963
MD
16extern void shmobile_smp_scu_cpu_die(unsigned int cpu);
17extern int shmobile_smp_scu_cpu_kill(unsigned int cpu);
c3dada18 18extern struct platform_suspend_ops shmobile_suspend_ops;
e47bb515 19
21cc1b7e
SG
20#ifdef CONFIG_SUSPEND
21int shmobile_suspend_init(void);
d6d757c9 22void shmobile_smp_apmu_suspend_init(void);
21cc1b7e
SG
23#else
24static inline int shmobile_suspend_init(void) { return 0; }
ecdaca48 25static inline void shmobile_smp_apmu_suspend_init(void) { }
21cc1b7e
SG
26#endif
27
b3796d92 28static inline void __init shmobile_init_late(void)
35f2b0bd
RW
29{
30 shmobile_suspend_init();
35f2b0bd
RW
31}
32
c793c1b0 33#endif /* __ARCH_MACH_COMMON_H */