diff options
Diffstat (limited to 'include/linux/wait.h')
-rw-r--r-- | include/linux/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/wait.h b/include/linux/wait.h index 78401ef02d29..87c4641023fb 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h | |||
@@ -185,6 +185,8 @@ __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq | |||
185 | 185 | ||
186 | void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key); | 186 | void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key); |
187 | void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key); | 187 | void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key); |
188 | void __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, | ||
189 | unsigned int mode, void *key, wait_queue_entry_t *bookmark); | ||
188 | void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key); | 190 | void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, int nr, void *key); |
189 | void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr); | 191 | void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr); |
190 | void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode, int nr); | 192 | void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode, int nr); |