Changes in uspace/drv/bus/usb/usbhub/port.h [54d1ad9:cae002c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.h
r54d1ad9 rcae002c 44 44 /** Information about single port on a hub. */ 45 45 typedef struct { 46 /* Port number as reporte ed in descriptors. */46 /* Port number as reported in descriptors. */ 47 47 size_t port_number; 48 48 /** Device communication pipe. */
Note:
See TracChangeset
for help on using the changeset viewer.