]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/sysctl.h
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
[karo-tx-linux.git] / include / linux / sysctl.h
index 795d5fea569777f12842d243cc8714bcdcd40701..fa7bc29925c929a36e0f1e53a3a7efc1a18cc9e6 100644 (file)
@@ -188,6 +188,9 @@ struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
 void unregister_sysctl_table(struct ctl_table_header * table);
 
 extern int sysctl_init(void);
+
+extern struct ctl_table sysctl_mount_point[];
+
 #else /* CONFIG_SYSCTL */
 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table)
 {