Changeset 3be9d10 in mainline for uspace/lib/drv/generic/remote_usb.c


Ignore:
Timestamp:
2018-03-21T21:29:31Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e242d2
Parents:
eadaeae8
Message:

Get rid of ipc_callid_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/remote_usb.c

    readaeae8 r3be9d10  
    9292
    9393static 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 *);
    9595
    9696/** Remote USB interface operations. */
     
    107107
    108108void 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)
    110110{
    111111        const usb_iface_t *usb_iface = (usb_iface_t *) iface;
Note: See TracChangeset for help on using the changeset viewer.