diff options
Diffstat (limited to 'include/linux/completion.h')
| -rw-r--r-- | include/linux/completion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/completion.h b/include/linux/completion.h index 33d6aaf94447..d2961b66d53d 100644 --- a/include/linux/completion.h +++ b/include/linux/completion.h | |||
| @@ -44,6 +44,7 @@ static inline void init_completion(struct completion *x) | |||
| 44 | 44 | ||
| 45 | extern void wait_for_completion(struct completion *); | 45 | extern void wait_for_completion(struct completion *); |
| 46 | extern int wait_for_completion_interruptible(struct completion *x); | 46 | extern int wait_for_completion_interruptible(struct completion *x); |
| 47 | extern int wait_for_completion_killable(struct completion *x); | ||
| 47 | extern unsigned long wait_for_completion_timeout(struct completion *x, | 48 | extern unsigned long wait_for_completion_timeout(struct completion *x, |
| 48 | unsigned long timeout); | 49 | unsigned long timeout); |
| 49 | extern unsigned long wait_for_completion_interruptible_timeout( | 50 | extern unsigned long wait_for_completion_interruptible_timeout( |
