This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / kmod.h
index 47ab0f2..3899a04 100644 (file)
@@ -38,4 +38,8 @@ extern int call_usermodehelper(char *path, char *argv[], char *envp[], int wait)
 extern void usermodehelper_init(void);
 extern int __exec_usermodehelper(char *path, char **argv, char **envp);
 
+#ifdef CONFIG_HOTPLUG
+extern char hotplug_path [];
+#endif
+
 #endif /* __LINUX_KMOD_H__ */