Changes in uspace/drv/usbhub/usbhub.h [4c74ac3:39c3d95d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r4c74ac3 r39c3d95d 40 40 #include "usb/hcdhubd.h" 41 41 42 42 /** basic information about device attached to hub */ 43 typedef struct{ 44 usb_address_t address; 45 devman_handle_t devman_handle; 46 }usb_hub_attached_device_t; 43 47 44 48 /** Information about attached hub. */ … … 46 50 /** Number of ports. */ 47 51 int port_count; 52 /** attached device handles */ 53 usb_hub_attached_device_t * attached_devs; 48 54 /** General usb device info. */ 49 55 usb_hcd_attached_device_info_t * usb_device;
Note:
See TracChangeset
for help on using the changeset viewer.