diff options
| author | Matthew Wilcox <matthew@wil.cx> | 2007-12-06 12:29:54 -0500 |
|---|---|---|
| committer | Matthew Wilcox <willy@linux.intel.com> | 2007-12-06 17:40:19 -0500 |
| commit | 009e577e079656d51d0fe9b15e61e41b00816c29 (patch) | |
| tree | bc0f1ac69dae6c845f1d02b710bf9073a7d8616a /include/linux/completion.h | |
| parent | 1411d5a7fbe7dce1568b6f0a94c7cbc69eed1bfe (diff) | |
Add wait_for_completion_killable
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
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 33d6aaf944..d2961b66d5 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( |
