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