aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-hi3xxx/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-hi3xxx/core.h')
-rw-r--r--arch/arm/mach-hi3xxx/core.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-hi3xxx/core.h b/arch/arm/mach-hi3xxx/core.h
new file mode 100644
index 000000000000..226f02050597
--- /dev/null
+++ b/arch/arm/mach-hi3xxx/core.h
@@ -0,0 +1,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