Changeset d0c060b in mainline for uspace/drv/ohci/root_hub.h
- Timestamp:
- 2011-05-06T15:40:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b543d5
- Parents:
- 26f6094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.h
r26f6094 rd0c060b 51 51 usb_address_t address; 52 52 /** hub port count */ 53 int port_count;53 size_t port_count; 54 54 /** hubs descriptors */ 55 55 usb_device_descriptors_t descriptors;
Note:
See TracChangeset
for help on using the changeset viewer.