Changeset e6b9182 in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2017-10-13T08:49:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 741bcdeb
- Parents:
- 0a5833d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r0a5833d7 re6b9182 52 52 #include "ohci_regs.h" 53 53 #include "ohci_rh.h" 54 #include "ohci_bus.h" 54 55 #include "endpoint_list.h" 55 56 #include "hw_struct/hcca.h" … … 80 81 /** USB hub emulation structure */ 81 82 ohci_rh_t rh; 83 84 /** USB bookkeeping */ 85 ohci_bus_t bus; 82 86 } hc_t; 83 87
Note:
See TracChangeset
for help on using the changeset viewer.