patch-2.4.0-test5 linux/include/linux/kmod.h
Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/kernel_stat.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Thu Jul 27 17:02:01 2000
- Orig file:
v2.4.0-test4/linux/include/linux/kmod.h
- Orig date:
Tue Mar 14 19:10:40 2000
diff -u --recursive --new-file v2.4.0-test4/linux/include/linux/kmod.h linux/include/linux/kmod.h
@@ -8,6 +8,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
static inline int request_module(const char * name) { return -ENOSYS; }
static inline int exec_usermodehelper(char *program_path, char *argv[], char *envp[])
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)