linux/audit.h: move ptrace.h include to kernel header
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-highbank / core.h
blob80235b46cb58e92572de427737b941f3542a69d8
1 #ifndef __HIGHBANK_CORE_H
2 #define __HIGHBANK_CORE_H
4 extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
5 extern void highbank_clocks_init(void);
6 extern void highbank_restart(char, const char *);
7 extern void __iomem *scu_base_addr;
9 #ifdef CONFIG_PM_SLEEP
10 extern void highbank_pm_init(void);
11 #else
12 static inline void highbank_pm_init(void) {}
13 #endif
15 extern void highbank_smc1(int fn, int arg);
16 extern void highbank_cpu_die(unsigned int cpu);
18 extern struct smp_operations highbank_smp_ops;
20 #endif