Changeset 3dc519f in mainline for uspace/drv/bus/usb/xhci/commands.h
- Timestamp:
- 2017-07-24T01:46:36Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fa43d1
- Parents:
- 60f7c590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.h
r60f7c590 r3dc519f 62 62 void xhci_free_command(xhci_cmd_t *); 63 63 64 void xhci_stop_command_ring(xhci_hc_t *); 65 void xhci_abort_command_ring(xhci_hc_t *); 66 void xhci_start_command_ring(xhci_hc_t *); 67 64 68 int xhci_send_no_op_command(xhci_hc_t *, xhci_cmd_t *); 65 69 int xhci_send_enable_slot_command(xhci_hc_t *, xhci_cmd_t *);
Note:
See TracChangeset
for help on using the changeset viewer.