X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fkmod.h;h=588f4c6ebe294f230658c98d70a878ac35da863c;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=a484f52445cb885ec9efd7ffd98c9c554f7b6d7a;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/kmod.h b/include/linux/kmod.h index a484f5244..588f4c6eb 100644 --- a/include/linux/kmod.h +++ b/include/linux/kmod.h @@ -35,6 +35,7 @@ static inline int request_module(const char * name, ...) { return -ENOSYS; } #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x))) extern int call_usermodehelper(char *path, char *argv[], char *envp[], int wait); +extern void usermodehelper_init(void); #ifdef CONFIG_HOTPLUG extern char hotplug_path [];