target/cxgbit: Use T6 specific macros to get ETH/IP hdr len
[linux/fpc-iii.git] / arch / arm / mach-hisi / core.h
blobe883583a23f175550529c26fd8c4b9d8ec7c47e1
1 #ifndef __HISILICON_CORE_H
2 #define __HISILICON_CORE_H
4 #include <linux/reboot.h>
6 extern void hi3xxx_set_cpu_jump(int cpu, void *jump_addr);
7 extern int hi3xxx_get_cpu_jump(int cpu);
8 extern void secondary_startup(void);
10 extern void hi3xxx_cpu_die(unsigned int cpu);
11 extern int hi3xxx_cpu_kill(unsigned int cpu);
12 extern void hi3xxx_set_cpu(int cpu, bool enable);
14 extern void hix5hd2_set_cpu(int cpu, bool enable);
15 extern void hix5hd2_cpu_die(unsigned int cpu);
17 extern void hip01_set_cpu(int cpu, bool enable);
18 extern void hip01_cpu_die(unsigned int cpu);
19 #endif