summaryrefslogtreecommitdiffstats
path: root/include/linux/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r--include/linux/sysctl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h
index b769ecfcc3bd..aadd310769d0 100644
--- a/include/linux/sysctl.h
+++ b/include/linux/sysctl.h
@@ -63,6 +63,9 @@ extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int,
63 void __user *, size_t *, loff_t *); 63 void __user *, size_t *, loff_t *);
64extern int proc_do_large_bitmap(struct ctl_table *, int, 64extern int proc_do_large_bitmap(struct ctl_table *, int,
65 void __user *, size_t *, loff_t *); 65 void __user *, size_t *, loff_t *);
66extern int proc_do_static_key(struct ctl_table *table, int write,
67 void __user *buffer, size_t *lenp,
68 loff_t *ppos);
66 69
67/* 70/*
68 * Register a set of sysctl names by calling register_sysctl_table 71 * Register a set of sysctl names by calling register_sysctl_table