]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/usb/composite.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[karo-tx-linux.git] / include / linux / usb / composite.h
index 8860594d6364b30f4a5e1c2d4b64be63a28d2a9a..5e61589fc1669234e716b313e1b74090d9b192f6 100644 (file)
@@ -39,6 +39,7 @@
 #include <linux/usb/ch9.h>
 #include <linux/usb/gadget.h>
 #include <linux/log2.h>
+#include <linux/configfs.h>
 
 /*
  * USB function drivers should return USB_GADGET_DELAYED_STATUS if they
@@ -464,6 +465,8 @@ struct usb_function_driver {
 };
 
 struct usb_function_instance {
+       struct config_group group;
+       struct list_head cfs_list;
        struct usb_function_driver *fd;
        void (*free_func_inst)(struct usb_function_instance *inst);
 };