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_pio_window.c

    readaeae8 r3be9d10  
    4040#include "ddf/driver.h"
    4141
    42 static void remote_pio_window_get(ddf_fun_t *, void *, ipc_callid_t,
     42static void remote_pio_window_get(ddf_fun_t *, void *, cap_call_handle_t,
    4343    ipc_call_t *);
    4444
     
    5353
    5454static void remote_pio_window_get(ddf_fun_t *fun, void *ops,
    55     ipc_callid_t callid, ipc_call_t *call)
     55    cap_call_handle_t callid, ipc_call_t *call)
    5656{
    5757        pio_window_ops_t *pio_win_ops = (pio_window_ops_t *) ops;
Note: See TracChangeset for help on using the changeset viewer.