Changeset 6832245 in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-12-14T23:01:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 837d53d
- Parents:
- bd05140
- git-author:
- Ondřej Hlavatý <aearsis@…> (2017-12-14 23:01:54)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2017-12-14 23:01:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
rbd05140 r6832245 149 149 #define XHCI_DEV_ARGS(dev) ddf_fun_get_name((dev).base.fun), (dev).slot_id 150 150 151 int xhci_endpoint_init(xhci_endpoint_t *, xhci_bus_t *);151 int xhci_endpoint_init(xhci_endpoint_t *, device_t *, const usb_endpoint_desc_t *); 152 152 void xhci_endpoint_fini(xhci_endpoint_t *); 153 153 int xhci_endpoint_alloc_transfer_ds(xhci_endpoint_t *);
Note:
See TracChangeset
for help on using the changeset viewer.