summaryrefslogtreecommitdiff
path: root/include/usbdcore.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-08-09 23:17:32 +0200
committerWolfgang Denk <wd@denx.de>2007-08-09 23:17:32 +0200
commit19901c6320a07dfa33814c9cdb5b9f6511765079 (patch)
treed85a6eec1ec2a4d94c61244ab85d72368305726e /include/usbdcore.h
parent2c4faea84f3d96d674e3c065e1f220b20c8930c0 (diff)
parent78549bbf44bd2c8d1a0730fb068836071751afaa (diff)
downloadu-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.zip
u-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.tar.gz
u-boot-imx-19901c6320a07dfa33814c9cdb5b9f6511765079.tar.bz2
Merge with /home/wd/git/u-boot/custodian/u-boot-usb
Diffstat (limited to 'include/usbdcore.h')
-rw-r--r--include/usbdcore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usbdcore.h b/include/usbdcore.h
index 6e92df1..cb2be72 100644
--- a/include/usbdcore.h
+++ b/include/usbdcore.h
@@ -576,6 +576,9 @@ struct usb_device_instance {
void (*event) (struct usb_device_instance *device, usb_device_event_t event, int data);
+ /* Do cdc device specific control requests */
+ int (*cdc_recv_setup)(struct usb_device_request *request, struct urb *urb);
+
/* bus interface */
struct usb_bus_instance *bus; /* which bus interface driver */