Changeset 3be9d10 in mainline for uspace/lib/drv/generic/remote_pio_window.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_pio_window.c
readaeae8 r3be9d10 40 40 #include "ddf/driver.h" 41 41 42 static void remote_pio_window_get(ddf_fun_t *, void *, ipc_callid_t,42 static void remote_pio_window_get(ddf_fun_t *, void *, cap_call_handle_t, 43 43 ipc_call_t *); 44 44 … … 53 53 54 54 static 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) 56 56 { 57 57 pio_window_ops_t *pio_win_ops = (pio_window_ops_t *) ops;
Note:
See TracChangeset
for help on using the changeset viewer.