[PATCH] Create call_usermodehelper_pipe()
[linux-drm-fsl-dcu.git] / include / linux / kmod.h
index 0db22a1ab474d94edfa5e4f79f95e3f286d7c51e..10f505c8431dc320f46d77a88095df20cb475cb8 100644 (file)
@@ -47,4 +47,8 @@ call_usermodehelper(char *path, char **argv, char **envp, int wait)
 
 extern void usermodehelper_init(void);
 
+struct file;
+extern int call_usermodehelper_pipe(char *path, char *argv[], char *envp[],
+                                   struct file **filp);
+
 #endif /* __LINUX_KMOD_H__ */