diff options
Diffstat (limited to 'include/linux/klist.h')
-rw-r--r-- | include/linux/klist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/klist.h b/include/linux/klist.h index fb52f9d9d611..eebf5e5696ec 100644 --- a/include/linux/klist.h +++ b/include/linux/klist.h | |||
@@ -37,6 +37,8 @@ extern void klist_add_head(struct klist * k, struct klist_node * n); | |||
37 | extern void klist_del(struct klist_node * n); | 37 | extern void klist_del(struct klist_node * n); |
38 | extern void klist_remove(struct klist_node * n); | 38 | extern void klist_remove(struct klist_node * n); |
39 | 39 | ||
40 | extern int klist_node_attached(struct klist_node * n); | ||
41 | |||
40 | 42 | ||
41 | struct klist_iter { | 43 | struct klist_iter { |
42 | struct klist * i_klist; | 44 | struct klist * i_klist; |