summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-08-07 20:28:05 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-08-07 20:28:05 +0200
commit6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da (patch)
treed31caa7217b495efc4cc2e971bdb955f9e735f72 /include
parenta2c95a72247990dee9a03b26b4dc9fc0182c97ed (diff)
parente51aae382979dd838cd5d4027bb21072b7f03a20 (diff)
downloadbarebox-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.tar.gz
barebox-6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da.tar.xz
Merge with /home/tur/proj/usb_sticks/u-boot
Diffstat (limited to 'include')
-rw-r--r--include/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb.h b/include/usb.h
index 39d7f23cc7..bf71554041 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));