Changeset 62ba2cbe in mainline for uspace/drv/bus/usb/xhci/debug.h
- Timestamp:
- 2017-06-16T01:25:16Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb89430
- Parents:
- ce6e001
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/debug.h
rce6e001 r62ba2cbe 40 40 #include "hw_struct/regs.h" 41 41 42 typedef struct xhci_hc xhci_hc_t; 43 42 44 void xhci_dump_cap_regs(xhci_cap_regs_t *); 45 void xhci_dump_port(xhci_port_regs_t *); 46 void xhci_dump_state(xhci_hc_t *); 43 47 44 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.