diff options
Diffstat (limited to 'include/linux/workqueue.h')
| -rw-r--r-- | include/linux/workqueue.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index ac39d04d027c..86b111300231 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h  | |||
| @@ -65,6 +65,7 @@ extern int FASTCALL(schedule_work(struct work_struct *work)); | |||
| 65 | extern int FASTCALL(schedule_delayed_work(struct work_struct *work, unsigned long delay)); | 65 | extern int FASTCALL(schedule_delayed_work(struct work_struct *work, unsigned long delay)); | 
| 66 | 66 | ||
| 67 | extern int schedule_delayed_work_on(int cpu, struct work_struct *work, unsigned long delay); | 67 | extern int schedule_delayed_work_on(int cpu, struct work_struct *work, unsigned long delay); | 
| 68 | extern int schedule_on_each_cpu(void (*func)(void *info), void *info); | ||
| 68 | extern void flush_scheduled_work(void); | 69 | extern void flush_scheduled_work(void); | 
| 69 | extern int current_is_keventd(void); | 70 | extern int current_is_keventd(void); | 
| 70 | extern int keventd_up(void); | 71 | extern int keventd_up(void); | 
