mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Add wait_for_completion_killable
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
This commit is contained in:
parent
1411d5a7fb
commit
009e577e07
2 changed files with 14 additions and 2 deletions
|
@ -44,6 +44,7 @@ static inline void init_completion(struct completion *x)
|
|||
|
||||
extern void wait_for_completion(struct completion *);
|
||||
extern int wait_for_completion_interruptible(struct completion *x);
|
||||
extern int wait_for_completion_killable(struct completion *x);
|
||||
extern unsigned long wait_for_completion_timeout(struct completion *x,
|
||||
unsigned long timeout);
|
||||
extern unsigned long wait_for_completion_interruptible_timeout(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue