]> git.sur5r.net Git - u-boot/blobdiff - include/usb.h
Merge branch 'i2c'
[u-boot] / include / usb.h
index 39d7f23cc71d5e265129a561aeb626be06be02a7..bf7155404170337c8b7e1701c1aca5582c761262 100644 (file)
@@ -108,6 +108,7 @@ struct usb_interface_descriptor {
        unsigned char  iInterface;
 
        unsigned char  no_of_ep;
+       unsigned char  num_altsetting;
        unsigned char  act_altsetting;
        struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
 } __attribute__ ((packed));