Changeset 193da9d6 in mainline for uspace/drv/bus/usb/usbhub/usbhub.h
- Timestamp:
- 2011-09-19T14:15:55Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7a05ced0
- Parents:
- 34a0d17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
r34a0d17 r193da9d6 56 56 size_t port_count; 57 57 58 /** attached device handles, for each port one */58 /** Attached device handles, for each port one */ 59 59 usb_hub_port_t *ports; 60 60 61 61 fibril_mutex_t port_mutex; 62 62 63 /** connection to hcd */63 /** Connection to hcd */ 64 64 usb_hc_connection_t connection; 65 65
Note:
See TracChangeset
for help on using the changeset viewer.