Changeset 708d8fcd in mainline for uspace/drv/bus/usb/xhci/bus.c
- Timestamp:
- 2018-01-10T00:46:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f92f6b1
- Parents:
- 4793023
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-09 19:26:55)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-10 00:46:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/bus.c
r4793023 r708d8fcd 58 58 static endpoint_t *endpoint_create(device_t *, const usb_endpoint_descriptors_t *); 59 59 60 /** Ops receive generic bus_t pointer. */61 static inline xhci_bus_t *bus_to_xhci_bus(bus_t *bus_base)62 {63 assert(bus_base);64 return (xhci_bus_t *) bus_base;65 }66 67 60 /** 68 61 * Assign address and control endpoint to a new XHCI device. Once this function
Note:
See TracChangeset
for help on using the changeset viewer.