diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:29:31 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:29:31 -0500 |
commit | 4db5b318390ff38488ef1f066e6cacc8f7479064 (patch) | |
tree | a7cb2ee0fde6af89ef27aee2795c3b161e6946bd /include/linux/completion.h | |
parent | 10f45252adb78753aa50d25b148fc608e3b4c224 (diff) |
Add complete_n() call
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 4a6b604ef7e4..258bec13d424 100644 --- a/include/linux/completion.h +++ b/include/linux/completion.h | |||
@@ -88,6 +88,7 @@ extern bool completion_done(struct completion *x); | |||
88 | 88 | ||
89 | extern void complete(struct completion *); | 89 | extern void complete(struct completion *); |
90 | extern void complete_all(struct completion *); | 90 | extern void complete_all(struct completion *); |
91 | extern void complete_n(struct completion *, int n); | ||
91 | 92 | ||
92 | /** | 93 | /** |
93 | * INIT_COMPLETION: - reinitialize a completion structure | 94 | * INIT_COMPLETION: - reinitialize a completion structure |