aboutsummaryrefslogtreecommitdiff
path: root/kernel/smpboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/smpboot.h')
-rw-r--r--kernel/smpboot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/smpboot.h b/kernel/smpboot.h
index 80c0acfb847..9e26228edf6 100644
--- a/kernel/smpboot.h
+++ b/kernel/smpboot.h
@@ -15,4 +15,8 @@ static inline void idle_thread_set_boot_cpu(void) { }
static inline void idle_threads_init(void) { }
#endif
+int smpboot_create_threads(unsigned int cpu);
+void smpboot_park_threads(unsigned int cpu);
+void smpboot_unpark_threads(unsigned int cpu);
+
#endif