Changes in uspace/drv/ohci/hc.h [fc9f88d:344925c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
rfc9f88d r344925c 48 48 #include "ohci_regs.h" 49 49 #include "root_hub.h" 50 #include "transfer_list.h" 50 51 #include "hw_struct/hcca.h" 51 52 … … 54 55 usb_address_t rh_address; 55 56 rh_t rh; 57 58 hcca_t *hcca; 59 60 transfer_list_t transfers_isochronous; 61 transfer_list_t transfers_interrupt; 62 transfer_list_t transfers_control; 63 transfer_list_t transfers_bulk; 64 65 transfer_list_t *transfers[4]; 66 56 67 ddf_fun_t *ddf_instance; 57 68 usb_device_keeper_t manager;
Note:
See TracChangeset
for help on using the changeset viewer.