Changeset 36cd378 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-04-07T17:07:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e490eb
- Parents:
- a4e18e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
ra4e18e1 r36cd378 84 84 /** generic usb device data*/ 85 85 usb_device_t * usb_device; 86 87 /** usb hub specific descriptor */88 usb_hub_descriptor_t * descriptor;89 90 /** not yet initialized non-removable devices */91 uint8_t * not_initialized_non_removables;92 93 86 } usb_hub_info_t; 94 87
Note:
See TracChangeset
for help on using the changeset viewer.