Changeset b5ec347 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2010-12-05T22:32:45Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7964475, 98d06b8
- Parents:
- 45e9cc6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r45e9cc6 rb5ec347 38 38 #define NAME "usbhub" 39 39 40 #include "usb/hcdhubd.h" 41 42 43 44 /** Information about attached hub. */ 45 typedef struct { 46 /** Number of ports. */ 47 int port_count; 48 /** General device info. */ 49 usb_hcd_attached_device_info_t * device; 50 } usb_hub_info_t; 51 52 40 53 int usb_add_hub_device(device_t *); 41 54
Note:
See TracChangeset
for help on using the changeset viewer.