Changeset 747ef72 in mainline for uspace/lib/drv/include/usb_iface.h
- Timestamp:
- 2011-11-10T11:29:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54464f6a, c2245a3, c6f189f7
- Parents:
- 2e1b9dc (diff), 2d1ba51 (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/drv/include/usb_iface.h
r2e1b9dc r747ef72 65 65 * handle must be resolved by its parent. 66 66 */ 67 IPC_M_USB_GET_ ADDRESS,67 IPC_M_USB_GET_MY_ADDRESS, 68 68 69 69 /** Tell interface number given device can use. … … 90 90 /** USB device communication interface. */ 91 91 typedef struct { 92 int (*get_ address)(ddf_fun_t *, devman_handle_t, usb_address_t *);92 int (*get_my_address)(ddf_fun_t *, usb_address_t *); 93 93 int (*get_interface)(ddf_fun_t *, devman_handle_t, int *); 94 94 int (*get_hc_handle)(ddf_fun_t *, devman_handle_t *);
Note:
See TracChangeset
for help on using the changeset viewer.