Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/dev_iface.h

    r83a2f43 r22027b6e  
    3636#define LIBDRV_DEV_IFACE_H_
    3737
    38 #include <ipc/common.h>
    3938#include <ipc/dev_iface.h>
    4039
     
    4342 */
    4443
    45 struct ddf_fun;
     44struct device;
    4645
    4746/*
     
    4948 * devices driver.
    5049 */
    51 typedef void remote_iface_func_t(struct ddf_fun *, void *, ipc_callid_t,
     50typedef void remote_iface_func_t(struct device *, void *, ipc_callid_t,
    5251    ipc_call_t *);
    5352typedef remote_iface_func_t *remote_iface_func_ptr_t;
    54 typedef void remote_handler_t(struct ddf_fun *, ipc_callid_t, ipc_call_t *);
     53typedef void remote_handler_t(struct device *, ipc_callid_t, ipc_call_t *);
    5554
    5655typedef struct {
Note: See TracChangeset for help on using the changeset viewer.