diff options
Diffstat (limited to 'include/linux/workqueue.h')
-rw-r--r-- | include/linux/workqueue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 14d47120682b..5c158c477ac7 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h | |||
@@ -201,6 +201,8 @@ extern int keventd_up(void); | |||
201 | extern void init_workqueues(void); | 201 | extern void init_workqueues(void); |
202 | int execute_in_process_context(work_func_t fn, struct execute_work *); | 202 | int execute_in_process_context(work_func_t fn, struct execute_work *); |
203 | 203 | ||
204 | extern int flush_work(struct work_struct *work); | ||
205 | |||
204 | extern int cancel_work_sync(struct work_struct *work); | 206 | extern int cancel_work_sync(struct work_struct *work); |
205 | 207 | ||
206 | /* | 208 | /* |