Changeset e28d228 in mainline for uspace/drv/vhc/conn.h
- Timestamp:
- 2010-12-04T17:54:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35537a7
- Parents:
- 54b141a (diff), 9ca0013 (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/vhc/conn.h
r54b141a re28d228 52 52 int request_address(device_t *, usb_address_t *); 53 53 int release_address(device_t *, usb_address_t); 54 int bind_address(device_t *, usb_address_t, devman_handle_t); 54 55 56 int tell_address(device_t *, devman_handle_t, usb_address_t *); 55 57 56 58 void default_connection_handler(device_t *, ipc_callid_t, ipc_call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.