diff options
Diffstat (limited to 'include/linux/sysctl.h')
| -rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index d82cb6011e77..ecc3e07c6e63 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
| @@ -43,6 +43,8 @@ extern int proc_dostring(struct ctl_table *, int, | |||
| 43 | void __user *, size_t *, loff_t *); | 43 | void __user *, size_t *, loff_t *); |
| 44 | extern int proc_dointvec(struct ctl_table *, int, | 44 | extern int proc_dointvec(struct ctl_table *, int, |
| 45 | void __user *, size_t *, loff_t *); | 45 | void __user *, size_t *, loff_t *); |
| 46 | extern int proc_douintvec(struct ctl_table *, int, | ||
| 47 | void __user *, size_t *, loff_t *); | ||
| 46 | extern int proc_dointvec_minmax(struct ctl_table *, int, | 48 | extern int proc_dointvec_minmax(struct ctl_table *, int, |
| 47 | void __user *, size_t *, loff_t *); | 49 | void __user *, size_t *, loff_t *); |
| 48 | extern int proc_dointvec_jiffies(struct ctl_table *, int, | 50 | extern int proc_dointvec_jiffies(struct ctl_table *, int, |
