Changeset d7869d7e in mainline for uspace/drv/bus/usb/xhci/endpoint.h
- Timestamp:
- 2017-10-14T17:21:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 867b375
- Parents:
- 2297fab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/endpoint.h
r2297fab rd7869d7e 43 43 #include <usb/host/hcd.h> 44 44 45 #include "hc.h" 46 45 47 typedef struct xhci_device xhci_device_t; 46 48 typedef struct xhci_endpoint xhci_endpoint_t; … … 85 87 int xhci_device_remove_endpoint(xhci_device_t *, xhci_endpoint_t *); 86 88 xhci_endpoint_t * xhci_device_get_endpoint(xhci_device_t *, usb_endpoint_t); 89 int xhci_device_configure(xhci_device_t *, xhci_hc_t *); 87 90 88 91 static inline xhci_endpoint_t * xhci_endpoint_get(endpoint_t *ep)
Note:
See TracChangeset
for help on using the changeset viewer.