Merge with git://www.denx.de/git/u-boot.git
[platform/kernel/u-boot.git] / include / usb.h
index 39d7f23..bf71554 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));