From 4db5b318390ff38488ef1f066e6cacc8f7479064 Mon Sep 17 00:00:00 2001 From: Andrea Bastoni Date: Thu, 17 Dec 2009 21:29:31 -0500 Subject: Add complete_n() call --- include/linux/completion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/completion.h') 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); extern void complete(struct completion *); extern void complete_all(struct completion *); +extern void complete_n(struct completion *, int n); /** * INIT_COMPLETION: - reinitialize a completion structure -- cgit v1.2.2