Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[deliverable/linux.git] / arch / arm / mach-highbank / core.h
CommitLineData
a7e816b8
OJ
1#ifndef __HIGHBANK_CORE_H
2#define __HIGHBANK_CORE_H
3
220e6cf7
RH
4extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
5extern void highbank_clocks_init(void);
00e9967e 6extern void highbank_restart(char, const char *);
220e6cf7 7extern void __iomem *scu_base_addr;
220e6cf7 8
a283580c
RH
9#ifdef CONFIG_PM_SLEEP
10extern void highbank_pm_init(void);
11#else
12static inline void highbank_pm_init(void) {}
13#endif
14
8e56130d 15extern void highbank_smc1(int fn, int arg);
7ad71b61
MZ
16extern void highbank_cpu_die(unsigned int cpu);
17
18extern struct smp_operations highbank_smp_ops;
a7e816b8
OJ
19
20#endif
This page took 0.078364 seconds and 5 git commands to generate.