Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / mach-hisi / core.h
CommitLineData
a9434e96
KH
1#ifndef __HISILICON_CORE_H
2#define __HISILICON_CORE_H
3
4#include <linux/reboot.h>
5
6extern void hi3xxx_set_cpu_jump(int cpu, void *jump_addr);
7extern int hi3xxx_get_cpu_jump(int cpu);
8extern void secondary_startup(void);
a9434e96 9
22bae429
ZG
10extern void hi3xxx_cpu_die(unsigned int cpu);
11extern int hi3xxx_cpu_kill(unsigned int cpu);
12extern void hi3xxx_set_cpu(int cpu, bool enable);
13
06cc5c1d
HY
14extern void hix5hd2_set_cpu(int cpu, bool enable);
15extern void hix5hd2_cpu_die(unsigned int cpu);
16
7fda91e7
WL
17extern void hip01_set_cpu(int cpu, bool enable);
18extern void hip01_cpu_die(unsigned int cpu);
a9434e96 19#endif
This page took 0.101878 seconds and 5 git commands to generate.