Changeset 36bcf84f in mainline for uspace/lib/usb/src/hcdrv.c
- Timestamp:
- 2010-11-28T18:03:19Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 78f01ff
- Parents:
- ef75332 (diff), 710f518 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hcdrv.c
ref75332 r36bcf84f 50 50 usb_hc_driver_t *hc_driver = NULL; 51 51 52 static usbhc_iface_t usb_interface = {53 .interrupt_out = NULL,54 .interrupt_in = NULL55 };56 57 52 static device_ops_t usb_device_ops = { 58 .interfaces[USBHC_DEV_IFACE] = &usb _interface53 .interfaces[USBHC_DEV_IFACE] = &usbhc_interface 59 54 }; 60 55
Note: See TracChangeset
for help on using the changeset viewer.