aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-hi3xxx/core.h
blob: 226f0205059773eea4be3fe55e29875e239f7782 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __HISILICON_CORE_H
#define __HISILICON_CORE_H

#include <linux/reboot.h>

extern void hi3xxx_set_cpu_jump(int cpu, void *jump_addr);
extern int hi3xxx_get_cpu_jump(int cpu);
extern void secondary_startup(void);
extern struct smp_operations hi3xxx_smp_ops;

#endif