usb: gadget: f_mass_storage: create fsg_common_set_cdev for use in fsg_common_init
[deliverable/linux.git] / drivers / usb / gadget / f_mass_storage.h
index f98c792f36b02eec2d30efcdcea7b9785cc8125e..de7aa32565b4fac56d5f369857186dc180dc82ae 100644 (file)
@@ -106,6 +106,9 @@ void fsg_common_set_sysfs(struct fsg_common *common, bool sysfs);
 
 int fsg_common_set_num_buffers(struct fsg_common *common, unsigned int n);
 
+int fsg_common_set_cdev(struct fsg_common *common,
+                       struct usb_composite_dev *cdev, bool can_stall);
+
 void fsg_common_remove_lun(struct fsg_lun *lun, bool sysfs);
 
 void fsg_common_remove_luns(struct fsg_common *common);
This page took 0.039602 seconds and 5 git commands to generate.