Changeset 6b6e3ed3 in mainline for uspace/drv/ohci/hc.h
- Timestamp:
- 2011-04-08T15:46:32Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 344925c
- Parents:
- f98b8269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
rf98b8269 r6b6e3ed3 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 transfer_list_t transfers_isochronous; 59 transfer_list_t transfers_interrupt; 60 transfer_list_t transfers_control; 61 transfer_list_t transfers_bulk; 62 63 transfer_list_t *transfers[4]; 64 56 65 ddf_fun_t *ddf_instance; 57 66 usb_device_keeper_t manager;
Note:
See TracChangeset
for help on using the changeset viewer.