Index: uspace/lib/drv/include/dev_iface.h
===================================================================
--- uspace/lib/drv/include/dev_iface.h	(revision eadaeae8dacc68cf558028f23cc96b90a08b7361)
+++ uspace/lib/drv/include/dev_iface.h	(revision 3be9d10120f7923a0b3d52282b8de0b670566c71)
@@ -49,8 +49,8 @@
  * devices driver.
  */
-typedef void remote_iface_func_t(struct ddf_fun *, void *, ipc_callid_t,
+typedef void remote_iface_func_t(struct ddf_fun *, void *, cap_call_handle_t,
     ipc_call_t *);
 typedef remote_iface_func_t *remote_iface_func_ptr_t;
-typedef void remote_handler_t(struct ddf_fun *, ipc_callid_t, ipc_call_t *);
+typedef void remote_handler_t(struct ddf_fun *, cap_call_handle_t, ipc_call_t *);
 
 typedef struct {
