Changeset 62ba2cbe in mainline for uspace/drv/bus/usb/xhci/debug.h


Ignore:
Timestamp:
2017-06-16T01:25:16Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cb89430
Parents:
ce6e001
Message:

xhci: dumping operational state

File:
1 edited

Legend:

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

    rce6e001 r62ba2cbe  
    4040#include "hw_struct/regs.h"
    4141
     42typedef struct xhci_hc xhci_hc_t;
     43
    4244void xhci_dump_cap_regs(xhci_cap_regs_t *);
     45void xhci_dump_port(xhci_port_regs_t *);
     46void xhci_dump_state(xhci_hc_t *);
    4347
    4448#endif
Note: See TracChangeset for help on using the changeset viewer.