Changeset 4501e207 in mainline for uspace/lib/usbdev/include/usb/dev/hub.h
- Timestamp:
- 2011-10-12T17:31:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96fde65
- Parents:
- aa1922c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/hub.h
raa1922c r4501e207 57 57 /** Devman handle of the device. */ 58 58 devman_handle_t handle; 59 } usb_h c_attached_device_t;59 } usb_hub_attached_device_t; 60 60 61 61 usb_address_t usb_hc_request_address(usb_hc_connection_t *, usb_speed_t); 62 62 int usb_hc_register_device(usb_hc_connection_t *, 63 const usb_h c_attached_device_t *);63 const usb_hub_attached_device_t *); 64 64 int usb_hc_unregister_device(usb_hc_connection_t *, usb_address_t); 65 65
Note:
See TracChangeset
for help on using the changeset viewer.