Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __HISILICON_CORE_H
0003 #define __HISILICON_CORE_H
0004 
0005 #include <linux/reboot.h>
0006 
0007 extern void hi3xxx_set_cpu_jump(int cpu, void *jump_addr);
0008 extern int hi3xxx_get_cpu_jump(int cpu);
0009 extern void secondary_startup(void);
0010 
0011 extern void hi3xxx_cpu_die(unsigned int cpu);
0012 extern int hi3xxx_cpu_kill(unsigned int cpu);
0013 extern void hi3xxx_set_cpu(int cpu, bool enable);
0014 
0015 extern void hix5hd2_set_cpu(int cpu, bool enable);
0016 extern void hix5hd2_cpu_die(unsigned int cpu);
0017 
0018 extern void hip01_set_cpu(int cpu, bool enable);
0019 #endif