Changeset b79c31f9 in mainline
- Timestamp:
- 2011-04-09T18:37:31Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58226b4, 709e868
- Parents:
- 2ad98fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r2ad98fd rb79c31f9 54 54 55 55 /** Information about attached hub. */ 56 typedefstruct usb_hub_info_t{56 struct usb_hub_info_t{ 57 57 /** Number of ports. */ 58 58 size_t port_count; … … 89 89 /** generic usb device data*/ 90 90 usb_device_t * usb_device; 91 } usb_hub_info_t;91 }; 92 92 93 93 //int usb_hub_control_loop(void * hub_info_param);
Note:
See TracChangeset
for help on using the changeset viewer.