Changeset 7d957b2 in mainline
- Timestamp:
- 2017-12-10T22:43:21Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6455d39
- Parents:
- 53db806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.h
r53db806 r7d957b2 44 44 #include "trb_ring.h" 45 45 46 #define XHCI_COMMAND_TIMEOUT 10000 47 #define XHCI_CR_ABORT_TIMEOUT 5000 46 #define XHCI_COMMAND_TIMEOUT 10000000 47 #define XHCI_CR_ABORT_TIMEOUT 5000000 48 48 49 49 typedef struct xhci_hc xhci_hc_t;
Note:
See TracChangeset
for help on using the changeset viewer.