Changeset 5876d36 in mainline for uspace/drv/ohci/hc.h
- Timestamp:
- 2011-04-06T18:36:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88dd355
- Parents:
- 391d55b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.h
r391d55b r5876d36 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 … … 55 55 ddf_fun_t *ddf_instance; 56 56 usb_device_keeper_t manager; 57 bandwidth_t bandwidth;57 usb_endpoint_manager_t ep_manager; 58 58 fid_t interrupt_emulator; 59 59 } hc_t;
Note:
See TracChangeset
for help on using the changeset viewer.