Changeset eb1a2f4 in mainline for uspace/drv/usbhub/usbhub.h
- Timestamp:
- 2011-02-22T23:30:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b5d1535, a9c674e0
- Parents:
- dbe25f1 (diff), 664af708 (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/usbhub/usbhub.h
rdbe25f1 reb1a2f4 38 38 #include <ipc/devman.h> 39 39 #include <usb/usb.h> 40 #include <d river.h>40 #include <ddf/driver.h> 41 41 42 42 #define NAME "usbhub" … … 63 63 //usb_hcd_attached_device_info_t * usb_device; 64 64 /** General device info*/ 65 d evice_t * device;65 ddf_dev_t * device; 66 66 /** connection to hcd */ 67 67 //usb_device_connection_t connection; … … 84 84 * @return Error code. 85 85 */ 86 int usb_add_hub_device(d evice_t *dev);86 int usb_add_hub_device(ddf_dev_t *dev); 87 87 88 88 /**
Note:
See TracChangeset
for help on using the changeset viewer.