[NETNS]: The net-subsys IDs generator.
[deliverable/linux.git] / include / net / net_namespace.h
index e2aee2689abe1dd8647611746382c2152d55476f..72fad1a0956b86c5502bb85dc634a79cd6dbf46b 100644 (file)
@@ -185,6 +185,8 @@ extern int register_pernet_subsys(struct pernet_operations *);
 extern void unregister_pernet_subsys(struct pernet_operations *);
 extern int register_pernet_device(struct pernet_operations *);
 extern void unregister_pernet_device(struct pernet_operations *);
+extern int register_pernet_gen_device(int *id, struct pernet_operations *);
+extern void unregister_pernet_gen_device(int id, struct pernet_operations *);
 
 struct ctl_path;
 struct ctl_table;
This page took 0.025912 seconds and 5 git commands to generate.