diff options
Diffstat (limited to 'include/linux/kthread.h')
-rw-r--r-- | include/linux/kthread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kthread.h b/include/linux/kthread.h index c1961761311d..2803264c512f 100644 --- a/include/linux/kthread.h +++ b/include/linux/kthread.h | |||
@@ -62,6 +62,7 @@ void *kthread_probe_data(struct task_struct *k); | |||
62 | int kthread_park(struct task_struct *k); | 62 | int kthread_park(struct task_struct *k); |
63 | void kthread_unpark(struct task_struct *k); | 63 | void kthread_unpark(struct task_struct *k); |
64 | void kthread_parkme(void); | 64 | void kthread_parkme(void); |
65 | void kthread_park_complete(struct task_struct *k); | ||
65 | 66 | ||
66 | int kthreadd(void *unused); | 67 | int kthreadd(void *unused); |
67 | extern struct task_struct *kthreadd_task; | 68 | extern struct task_struct *kthreadd_task; |