aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-hs/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-hs/core.h')
-rw-r--r--arch/arm/mach-hs/core.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-hs/core.h b/arch/arm/mach-hs/core.h
new file mode 100644
index 000000000000..f4c17b8d37f6
--- /dev/null
+++ b/arch/arm/mach-hs/core.h
@@ -0,0 +1,13 @@
+#ifndef __HISILICON_CORE_H
+#define __HISILICON_CORE_H
+
+#include <linux/init.h>
+
+extern void hs_set_cpu_jump(int cpu, void *jump_addr);
+extern int hs_get_cpu_jump(int cpu);
+extern void secondary_startup(void);
+extern void hs_map_io(void);
+extern struct smp_operations hs_smp_ops;
+extern void hs_restart(char mode, const char *cmd);
+
+#endif