Changeset 195890b in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-04-03T21:39:28Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bb6b35
- Parents:
- 6c399765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
r6c399765 r195890b 48 48 #include <usb/devdrv.h> 49 49 50 51 50 /** Information about attached hub. */ 52 51 typedef struct { … … 56 55 /** attached device handles, for each port one */ 57 56 usb_hc_attached_device_t * attached_devs; 58 57 59 58 /** connection to hcd */ 60 59 usb_hc_connection_t connection;
Note:
See TracChangeset
for help on using the changeset viewer.