diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-17 21:29:31 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:14:11 -0400 |
commit | 59d8d4c53f1e9f6408b87fc22e319e78f664276f (patch) | |
tree | d942e75fe36e9f2dea031e0af2d7119a8548b296 /include | |
parent | 2079f38466395c64ef40ef3429ee52fd92cdbd99 (diff) |
[ported from 2008.3] Add complete_n() call
Diffstat (limited to 'include')
-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 |