Changeset 8ea7459 in mainline for uspace/drv/bus/usb/xhci/hc.h


Ignore:
Timestamp:
2017-10-21T12:17:09Z (7 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f270ecb
Parents:
d1d7a92
Message:

Refactored some parts of RH to HC. Also moved some bus ops around.

File:
1 edited

Legend:

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

    rd1d7a92 r8ea7459  
    9898void hc_fini(xhci_hc_t *);
    9999int hc_ring_doorbell(xhci_hc_t *, unsigned, unsigned);
     100int hc_enable_slot(xhci_hc_t *, uint32_t *);
     101int hc_address_device(xhci_hc_t *, uint32_t, xhci_input_ctx_t *);
    100102
    101103#endif
Note: See TracChangeset for help on using the changeset viewer.