patch-2.2.18 linux/include/linux/kmod.h

Next file: linux/include/linux/list.h
Previous file: linux/include/linux/kernel.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/kmod.h linux/include/linux/kmod.h
@@ -7,6 +7,9 @@
 #ifdef CONFIG_KMOD
 extern int request_module(const char * name);
 extern int exec_usermodehelper(char *program_path, char *argv[], char *envp[]);
+#ifdef CONFIG_HOTPLUG
+extern char hotplug_path[];
+#endif
 #else
 #include <linux/errno.h>
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)