Changeset 063dfe8 in mainline for uspace/drv/bus/usb/xhci/endpoint.h


Ignore:
Timestamp:
2017-10-13T13:04:26Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dcf0597
Parents:
c10daa8
Message:

Moved initialization and polished some log messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/endpoint.h

    rc10daa8 r063dfe8  
    7979void xhci_endpoint_fini(xhci_endpoint_t *);
    8080
    81 int xhci_device_init(xhci_device_t *, xhci_bus_t *);
     81int xhci_device_init(xhci_device_t *, xhci_bus_t *, usb_address_t);
    8282void xhci_device_fini(xhci_device_t *);
    8383
Note: See TracChangeset for help on using the changeset viewer.