Changeset 5a2c42b in mainline for uspace/drv/ohci/hc.h
- Timestamp:
- 2011-04-13T12:37:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 592369ae
- Parents:
- 2759c52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
r2759c52 r5a2c42b 48 48 #include "ohci_regs.h" 49 49 #include "root_hub.h" 50 #include " transfer_list.h"50 #include "endpoint_list.h" 51 51 #include "hw_struct/hcca.h" 52 52 … … 58 58 hcca_t *hcca; 59 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]; 60 endpoint_list_t lists[4]; 66 61 67 62 ddf_fun_t *ddf_instance;
Note:
See TracChangeset
for help on using the changeset viewer.