Changeset e2976bb in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2011-08-25T11:34:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f0e510
- Parents:
- 27873be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r27873be re2976bb 43 43 #include <usb/host/device_keeper.h> 44 44 #include <usb/host/usb_endpoint_manager.h> 45 #include <usb hc_iface.h>45 #include <usb/host/hcd.h> 46 46 47 47 #include "batch.h" … … 57 57 /** USB bus driver, endpoints */ 58 58 usb_endpoint_manager_t ep_manager; 59 60 /** Generic USB hc driver */ 61 hcd_t generic; 59 62 60 63 /** Memory mapped I/O registers area */
Note:
See TracChangeset
for help on using the changeset viewer.