Changeset 54b141a in mainline for uspace/lib/usb/include/usb/usbdrv.h
- Timestamp:
- 2010-12-04T17:01:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e28d228
- Parents:
- 2cb6571 (diff), ad104e0 (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/lib/usb/include/usb/usbdrv.h
r2cb6571 r54b141a 41 41 int usb_drv_hc_connect(device_t *, unsigned int); 42 42 43 int usb_drv_reserve_default_address(int); 44 int usb_drv_release_default_address(int); 45 usb_address_t usb_drv_request_address(int); 46 int usb_drv_release_address(int, usb_address_t); 47 43 48 usb_address_t usb_drv_get_my_address(int, device_t *); 44 49
Note:
See TracChangeset
for help on using the changeset viewer.