Merge git://git.infradead.org/users/eparis/audit
[firefly-linux-kernel-4.4.55.git] / include / linux / moduleparam.h
index b43f4752304e26410a0a870a6d8a15edd48058fd..1c9effa25e2632497384e973a28954f7e33aedbc 100644 (file)
@@ -78,6 +78,8 @@ struct kernel_param {
        };
 };
 
+extern const struct kernel_param __start___param[], __stop___param[];
+
 /* Special one for strings we want to copy into */
 struct kparam_string {
        unsigned int maxlen;