diff options
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r-- | include/net/net_namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index e2aee2689abe..72fad1a0956b 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h | |||
@@ -185,6 +185,8 @@ extern int register_pernet_subsys(struct pernet_operations *); | |||
185 | extern void unregister_pernet_subsys(struct pernet_operations *); | 185 | extern void unregister_pernet_subsys(struct pernet_operations *); |
186 | extern int register_pernet_device(struct pernet_operations *); | 186 | extern int register_pernet_device(struct pernet_operations *); |
187 | extern void unregister_pernet_device(struct pernet_operations *); | 187 | extern void unregister_pernet_device(struct pernet_operations *); |
188 | extern int register_pernet_gen_device(int *id, struct pernet_operations *); | ||
189 | extern void unregister_pernet_gen_device(int id, struct pernet_operations *); | ||
188 | 190 | ||
189 | struct ctl_path; | 191 | struct ctl_path; |
190 | struct ctl_table; | 192 | struct ctl_table; |