Changes in uspace/drv/ohci/root_hub.h [361fcec:d0c060b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.h
r361fcec 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.