diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-07 20:28:05 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-07 20:28:05 +0200 |
commit | 6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da (patch) | |
tree | d31caa7217b495efc4cc2e971bdb955f9e735f72 /include | |
parent | a2c95a72247990dee9a03b26b4dc9fc0182c97ed (diff) | |
parent | e51aae382979dd838cd5d4027bb21072b7f03a20 (diff) | |
download | u-boot-imx-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.zip u-boot-imx-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.tar.gz u-boot-imx-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.tar.bz2 |
Merge with /home/tur/proj/usb_sticks/u-boot
Diffstat (limited to 'include')
-rw-r--r-- | include/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb.h b/include/usb.h index 39d7f23..bf71554 100644 --- a/include/usb.h +++ b/include/usb.h @@ -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)); |