Changeset 36fb6d7 in mainline for uspace/drv/bus/usb/xhci/debug.h


Ignore:
Timestamp:
2018-01-13T17:32:56Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
001778c
Parents:
9b56e528
Message:

xhci: add debug functions to dump contexts

File:
1 edited

Legend:

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

    r9b56e528 r36fb6d7  
    4646struct xhci_trb;
    4747struct xhci_extcap;
     48struct xhci_input_ctx;
    4849
    4950void xhci_dump_cap_regs(const struct xhci_cap_regs *);
     
    5859void xhci_dump_extcap(const struct xhci_extcap *);
    5960
     61void xhci_dump_input_ctx(const struct xhci_input_ctx *);
     62
    6063#endif
    6164/**
Note: See TracChangeset for help on using the changeset viewer.