Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[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);
9extern struct smp_operations hi3xxx_smp_ops;
10
22bae429
ZG
11extern void hi3xxx_cpu_die(unsigned int cpu);
12extern int hi3xxx_cpu_kill(unsigned int cpu);
13extern void hi3xxx_set_cpu(int cpu, bool enable);
14
06cc5c1d
HY
15extern struct smp_operations hix5hd2_smp_ops;
16extern void hix5hd2_set_cpu(int cpu, bool enable);
17extern void hix5hd2_cpu_die(unsigned int cpu);
18
7fda91e7
WL
19extern struct smp_operations hip01_smp_ops;
20extern void hip01_set_cpu(int cpu, bool enable);
21extern void hip01_cpu_die(unsigned int cpu);
a9434e96 22#endif
This page took 0.137511 seconds and 5 git commands to generate.