Changeset 625f1ba in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-03-21T16:47:38Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 215b001, 434ef65
- Parents:
- e484f3b
- File:
-
- 1 edited
-
uspace/drv/usbhub/usbhub.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.h
re484f3b r625f1ba 46 46 #include <usb/pipes.h> 47 47 #include <usb/devdrv.h> 48 49 50 /** Hub status-change endpoint description51 *52 * For more see usb hub specification in 11.15.1 of53 */54 extern usb_endpoint_description_t hub_status_change_endpoint_description;55 56 57 58 /* Hub endpoints. */59 /*typedef struct {60 usb_pipe_t control;61 usb_pipe_t status_change;62 } usb_hub_endpoints_t;63 */64 48 65 49
Note:
See TracChangeset
for help on using the changeset viewer.
