Changes in uspace/drv/usbhub/usbhub.h [28cb8bf7:281ebae] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r28cb8bf7 r281ebae 36 36 #define DRV_USBHUB_USBHUB_H 37 37 38 #include <ipc/devman.h> 39 #include <usb/usb.h> 40 #include <driver.h> 38 #define NAME "usbhub" 41 39 42 # define NAME "usbhub"40 #include "usb/hcdhubd.h" 43 41 44 42 /** basic information about device attached to hub */ … … 54 52 /** attached device handles */ 55 53 usb_hub_attached_device_t * attached_devs; 56 /** USB address of the hub. */57 usb_ address_t address;54 /** General usb device info. */ 55 usb_hcd_attached_device_info_t * usb_device; 58 56 /** General device info*/ 59 57 device_t * device; 58 60 59 } usb_hub_info_t; 61 60
Note:
See TracChangeset
for help on using the changeset viewer.