Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/bus.c
- Timestamp:
- 2018-02-03T02:14:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb862fd
- Parents:
- 961a5ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/bus.c
r961a5ee r45457265 68 68 * @return Error code. 69 69 */ 70 int xhci_bus_init(xhci_bus_t *bus, xhci_hc_t *hc)70 errno_t xhci_bus_init(xhci_bus_t *bus, xhci_hc_t *hc) 71 71 { 72 72 assert(bus);
Note:
See TracChangeset
for help on using the changeset viewer.