Changeset 41abf3c in mainline for uspace/drv/bus/usb/xhci/debug.h


Ignore:
Timestamp:
2018-01-18T19:08:51Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7138a78b
Parents:
8fe29a7c
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-18 19:06:36)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-18 19:08:51)
Message:

xhci: various debugging changes

File:
1 edited

Legend:

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

    r8fe29a7c r41abf3c  
    4646struct xhci_trb;
    4747struct xhci_extcap;
     48struct xhci_slot_ctx;
     49struct xhci_endpoint_ctx;
    4850struct xhci_input_ctx;
    4951
     
    5961void xhci_dump_extcap(const struct xhci_extcap *);
    6062
     63void xhci_dump_slot_ctx(const struct xhci_slot_ctx *);
     64void xhci_dump_endpoint_ctx(const struct xhci_endpoint_ctx *);
    6165void xhci_dump_input_ctx(const struct xhci_input_ctx *);
    6266
Note: See TracChangeset for help on using the changeset viewer.