Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/debug.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/debug.h
r3692678 rae3a941 63 63 extern void xhci_dump_slot_ctx(const struct xhci_slot_ctx *); 64 64 extern void xhci_dump_endpoint_ctx(const struct xhci_endpoint_ctx *); 65 extern void xhci_dump_input_ctx(const struct xhci_hc *, const struct xhci_input_ctx *); 65 extern void xhci_dump_input_ctx(const struct xhci_hc *, 66 const struct xhci_input_ctx *); 66 67 67 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.