aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r--include/linux/workqueue.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index ca73c503b92a..26cc1df280d6 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -625,4 +625,10 @@ void wq_watchdog_touch(int cpu);
625static inline void wq_watchdog_touch(int cpu) { } 625static inline void wq_watchdog_touch(int cpu) { }
626#endif /* CONFIG_WQ_WATCHDOG */ 626#endif /* CONFIG_WQ_WATCHDOG */
627 627
628#ifdef CONFIG_SMP
629int workqueue_prepare_cpu(unsigned int cpu);
630int workqueue_online_cpu(unsigned int cpu);
631int workqueue_offline_cpu(unsigned int cpu);
632#endif
633
628#endif 634#endif