Changeset fc0271a5 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2017-10-12T16:06:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9d787c
- Parents:
- d0db4a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rd0db4a0 rfc0271a5 43 43 #include <ddi.h> 44 44 #include <usb/host/hcd.h> 45 #include <usb/host/usb2_bus.h> 45 46 #include <usb/host/usb_transfer_batch.h> 46 47 … … 100 101 typedef struct hc { 101 102 uhci_rh_t rh; 103 usb2_bus_t bus; 102 104 /** Addresses of I/O registers */ 103 105 uhci_regs_t *registers;
Note:
See TracChangeset
for help on using the changeset viewer.