Changeset f9e7fe8 in mainline for uspace/drv/bus/usb/xhci/commands.h
- Timestamp:
- 2017-07-12T20:26:44Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce85fc8
- Parents:
- 7ee5408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/commands.h
r7ee5408 rf9e7fe8 38 38 39 39 typedef struct xhci_hc xhci_hc_t; 40 typedef struct xhci_trb xhci_trb_t; 40 41 41 42 int xhci_send_no_op_command(xhci_hc_t *); 42 43 int xhci_send_enable_slot_command(xhci_hc_t *); 44 45 int xhci_handle_command_completion(xhci_hc_t *, xhci_trb_t *); 43 46 44 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.