Changes in uspace/drv/usbhub/usbhub.h [94c19b8:10096231] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r94c19b8 r10096231 46 46 /** Number of ports. */ 47 47 int port_count; 48 /** General usb device info. */ 49 usb_hcd_attached_device_info_t * usb_device; 50 /** General device info*/ 51 device_t * device; 52 48 /** General device info. */ 49 usb_hcd_attached_device_info_t * device; 53 50 } usb_hub_info_t; 54 51
Note:
See TracChangeset
for help on using the changeset viewer.