Changeset 20eaa82 in mainline for uspace/drv/bus/usb/xhci/bus.h


Ignore:
Timestamp:
2017-10-15T13:44:39Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2770b66
Parents:
867b375
Message:

usbhost refactoring: introduced bus→enumerate_device

File:
1 edited

Legend:

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

    r867b375 r20eaa82  
    4242#include <usb/host/bus.h>
    4343
     44typedef struct xhci_hc xhci_hc_t;
     45
    4446/** Endpoint management structure */
    4547typedef struct xhci_bus {
     
    5860void xhci_bus_fini(xhci_bus_t *);
    5961
     62int xhci_bus_enumerate_device(xhci_bus_t *, xhci_hc_t *, device_t *);
     63
    6064#endif
    6165/**
Note: See TracChangeset for help on using the changeset viewer.