Changeset 3be9d10 in mainline for uspace/lib/drv/generic/remote_usb.c
- Timestamp:
- 2018-03-21T21:29:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_usb.c
readaeae8 r3be9d10 92 92 93 93 static void remote_usb_get_my_description(ddf_fun_t *, void *, 94 ipc_callid_t, ipc_call_t *);94 cap_call_handle_t, ipc_call_t *); 95 95 96 96 /** Remote USB interface operations. */ … … 107 107 108 108 void remote_usb_get_my_description(ddf_fun_t *fun, void *iface, 109 ipc_callid_t callid, ipc_call_t *call)109 cap_call_handle_t callid, ipc_call_t *call) 110 110 { 111 111 const usb_iface_t *usb_iface = (usb_iface_t *) iface;
Note:
See TracChangeset
for help on using the changeset viewer.