Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/commands.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/commands.h
r3692678 rae3a941 70 70 71 71 typedef enum { 72 XHCI_CR_STATE_CLOSED, 73 XHCI_CR_STATE_OPEN, 74 XHCI_CR_STATE_CHANGING, 75 XHCI_CR_STATE_FULL, 72 XHCI_CR_STATE_CLOSED, /**< Commands are rejected with ENAK. */ 73 XHCI_CR_STATE_OPEN, /**< Commands are enqueued normally. */ 74 XHCI_CR_STATE_CHANGING, /**< Commands wait until state changes. */ 75 XHCI_CR_STATE_FULL, /**< Commands wait until something completes. */ 76 76 } xhci_cr_state_t; 77 77
Note:
See TracChangeset
for help on using the changeset viewer.