Changeset 726af29 in mainline
- Timestamp:
- 2018-01-19T21:13:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c03793
- Parents:
- 7ec7b7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/debug.h
r7ec7b7e r726af29 37 37 #define XHCI_DEBUG_H 38 38 39 #include "hc.h"40 41 39 /** 42 40 * As the debug header is likely to be included in every file, avoid including … … 65 63 void xhci_dump_slot_ctx(const struct xhci_slot_ctx *); 66 64 void xhci_dump_endpoint_ctx(const struct xhci_endpoint_ctx *); 67 void xhci_dump_input_ctx(const xhci_hc_t*, const struct xhci_input_ctx *);65 void xhci_dump_input_ctx(const struct xhci_hc *, const struct xhci_input_ctx *); 68 66 69 67 #endif
Note:
See TracChangeset
for help on using the changeset viewer.