Ignore:
Timestamp:
2018-03-21T21:29:31Z (6 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_led_dev.c

    readaeae8 r3be9d10  
    4141#include <ddf/driver.h>
    4242
    43 static void remote_led_color_set(ddf_fun_t *, void *, ipc_callid_t,
     43static void remote_led_color_set(ddf_fun_t *, void *, cap_call_handle_t,
    4444    ipc_call_t *);
    4545
     
    6666 *
    6767 */
    68 static void remote_led_color_set(ddf_fun_t *fun, void *ops, ipc_callid_t callid,
     68static void remote_led_color_set(ddf_fun_t *fun, void *ops, cap_call_handle_t callid,
    6969    ipc_call_t *call)
    7070{
Note: See TracChangeset for help on using the changeset viewer.