Changeset 9f685aa in mainline for uspace/drv/bus/usb/usbhub/usbhub.h
- Timestamp:
- 2018-01-22T20:06:41Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34d750c
- Parents:
- effbef3
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 20:04:03)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 20:06:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.h
reffbef3 r9f685aa 72 72 /** Each port is switched individually. */ 73 73 bool per_port_power; 74 /** Whether MTT is available */ 75 bool mtt_available; 74 76 75 77 /** Default address management */ … … 79 81 }; 80 82 81 extern const usb_endpoint_description_t hub_status_change_endpoint_description;83 extern const usb_endpoint_description_t *usb_hub_endpoints []; 82 84 83 85 int usb_hub_device_add(usb_device_t *);
Note:
See TracChangeset
for help on using the changeset viewer.