Changeset d32d51d in mainline for uspace/drv/bus/usb/xhci/rh.h
- Timestamp:
- 2017-08-20T12:01:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07c08ea
- Parents:
- 5ff9e1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/rh.h
r5ff9e1d rd32d51d 37 37 #define XHCI_RH_H 38 38 39 #include <usb/host/usb_transfer_batch.h> 40 #include <usbvirt/virthub_base.h> 41 42 /* XHCI root hub instance */ 43 typedef struct { 44 /** Virtual hub instance */ 45 virthub_base_t base; 46 } xhci_rh_t; 47 48 int xhci_rh_init(xhci_rh_t *); 49 int xhci_rh_fini(xhci_rh_t *); 39 50 int xhci_handle_port_status_change_event(xhci_hc_t *, xhci_trb_t *); 40 51 int xhci_get_hub_port(xhci_trb_t *); 41 52 int xhci_reset_hub_port(xhci_hc_t *, uint8_t); 53 int xhci_rh_schedule(xhci_rh_t *, usb_transfer_batch_t *); 42 54 43 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.