]> Pileus Git - ~andy/linux/blob - arch/arm/mach-highbank/core.h
Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[~andy/linux] / arch / arm / mach-highbank / core.h
1 #ifndef __HIGHBANK_CORE_H
2 #define __HIGHBANK_CORE_H
3
4 extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
5 extern void highbank_restart(char, const char *);
6 extern void __iomem *scu_base_addr;
7
8 #ifdef CONFIG_PM_SLEEP
9 extern void highbank_pm_init(void);
10 #else
11 static inline void highbank_pm_init(void) {}
12 #endif
13
14 extern void highbank_smc1(int fn, int arg);
15 extern void highbank_cpu_die(unsigned int cpu);
16
17 extern struct smp_operations highbank_smp_ops;
18
19 #endif