Changeset 97ab321 in mainline for uspace/drv/ohci/hc.h
- Timestamp:
- 2011-04-07T09:53:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d41f301
- Parents:
- c4e0b47 (diff), 41c1f7b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
rc4e0b47 r97ab321 42 42 #include <usb/usb.h> 43 43 #include <usb/host/device_keeper.h> 44 #include <usb/host/ bandwidth.h>44 #include <usb/host/usb_endpoint_manager.h> 45 45 #include <usbhc_iface.h> 46 46 … … 48 48 #include "ohci_regs.h" 49 49 #include "root_hub.h" 50 #include "hw_struct/hcca.h" 50 51 51 52 typedef struct hc { … … 55 56 ddf_fun_t *ddf_instance; 56 57 usb_device_keeper_t manager; 57 bandwidth_t bandwidth;58 usb_endpoint_manager_t ep_manager; 58 59 fid_t interrupt_emulator; 59 60 } hc_t;
Note:
See TracChangeset
for help on using the changeset viewer.