Changeset 90994fa in mainline for uspace/lib/usbdev/include/usb/dev/hub.h
- Timestamp:
- 2011-10-12T20:03:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 162726b
- Parents:
- 205f0766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/hub.h
r205f0766 r90994fa 38 38 #define LIBUSBDEV_HUB_H_ 39 39 40 #include <ddf/driver.h> 40 41 #include <sys/types.h> 41 42 #include <usb/hc.h> … … 55 56 /** Device address. */ 56 57 usb_address_t address; 57 /** D evman handleof the device. */58 d evman_handle_t handle;58 /** DDF function (external) of the device. */ 59 ddf_fun_t *fun; 59 60 } usb_hub_attached_device_t; 60 61
Note:
See TracChangeset
for help on using the changeset viewer.