Changeset 5fe0a69 in mainline for uspace/drv/bus/usb/uhci/hc.h
- Timestamp:
- 2011-08-24T14:40:26Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3afb758
- Parents:
- df8f3fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.h
rdf8f3fa r5fe0a69 42 42 #include <usb/host/usb_endpoint_manager.h> 43 43 #include <usb/host/batch.h> 44 #include <usb/host/hcd.h> 44 45 45 46 #include "transfer_list.h" … … 94 95 /** Main UHCI driver structure */ 95 96 typedef struct hc { 97 hcd_t generic; 96 98 /** USB bus driver, devices and addresses */ 97 99 usb_device_keeper_t manager;
Note:
See TracChangeset
for help on using the changeset viewer.