]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/config.c
usb:gadget:composite USB composite gadget support
[u-boot] / drivers / usb / gadget / config.c
index cf22629b971d95471fdf0480505f3c7105d0d038..f88d0c190c4ef9a5c0a7ac50bc4c2036e264f1d9 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/string.h>
 
 #include <linux/usb/ch9.h>
+#include <usbdescriptors.h>
 #include <linux/usb/gadget.h>
 
 
@@ -116,4 +117,3 @@ int usb_gadget_config_buf(
        cp->bmAttributes |= USB_CONFIG_ATT_ONE;
        return len;
 }
-