Changeset f58ef61 in mainline for uspace/drv/bus/usb/ohci
- Timestamp:
- 2011-09-15T14:47:42Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b54fe6
- Parents:
- bbce2c2
- Location:
- uspace/drv/bus/usb/ohci
- Files:
-
- 2 edited
-
ohci_batch.h (modified) (1 diff)
-
root_hub.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_batch.h
rbbce2c2 rf58ef61 38 38 #include <usbhc_iface.h> 39 39 #include <usb/usb.h> 40 #include <usb/host/ batch.h>40 #include <usb/host/usb_transfer_batch.h> 41 41 42 42 #include "hw_struct/transfer_descriptor.h" -
uspace/drv/bus/usb/ohci/root_hub.h
rbbce2c2 rf58ef61 37 37 #include <usb/usb.h> 38 38 #include <usb/dev/driver.h> 39 #include <usb/host/ batch.h>39 #include <usb/host/usb_transfer_batch.h> 40 40 41 41 #include "ohci_regs.h" … … 66 66 /** size of hub descriptor */ 67 67 size_t hub_descriptor_size; 68 69 68 } rh_t; 70 69
Note:
See TracChangeset
for help on using the changeset viewer.
