Changeset 94c19b8 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2010-12-12T13:30:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b666608
- Parents:
- 1eb272d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r1eb272d r94c19b8 46 46 /** Number of ports. */ 47 47 int port_count; 48 /** General device info. */ 49 usb_hcd_attached_device_info_t * device; 48 /** General usb device info. */ 49 usb_hcd_attached_device_info_t * usb_device; 50 /** General device info*/ 51 device_t * device; 52 50 53 } usb_hub_info_t; 51 54
Note:
See TracChangeset
for help on using the changeset viewer.