diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 43c36acdb628..a514e0f6056d 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -1073,6 +1073,9 @@ extern void setup_sysctl_set(struct ctl_table_set *p, | |||
1073 | extern void retire_sysctl_set(struct ctl_table_set *set); | 1073 | extern void retire_sysctl_set(struct ctl_table_set *set); |
1074 | 1074 | ||
1075 | void register_sysctl_root(struct ctl_table_root *root); | 1075 | void register_sysctl_root(struct ctl_table_root *root); |
1076 | struct ctl_table_header *__register_sysctl_table( | ||
1077 | struct ctl_table_root *root, struct nsproxy *namespaces, | ||
1078 | const char *path, struct ctl_table *table); | ||
1076 | struct ctl_table_header *__register_sysctl_paths( | 1079 | struct ctl_table_header *__register_sysctl_paths( |
1077 | struct ctl_table_root *root, struct nsproxy *namespaces, | 1080 | struct ctl_table_root *root, struct nsproxy *namespaces, |
1078 | const struct ctl_path *path, struct ctl_table *table); | 1081 | const struct ctl_path *path, struct ctl_table *table); |