]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-hisi/core.h
ARM: hisi: enable smp for HiP01
[karo-tx-linux.git] / arch / arm / mach-hisi / core.h
index 75520b084b3452396404d929fd11ff1722f5df7d..92a682d8e93943e3b1aa0bb813119b8451737597 100644 (file)
@@ -17,4 +17,7 @@ extern struct smp_operations hix5hd2_smp_ops;
 extern void hix5hd2_set_cpu(int cpu, bool enable);
 extern void hix5hd2_cpu_die(unsigned int cpu);
 
+extern struct smp_operations hip01_smp_ops;
+extern void hip01_set_cpu(int cpu, bool enable);
+extern void hip01_cpu_die(unsigned int cpu);
 #endif