#include <ipc/common.h>
#include <ipc/dev_iface.h>
Go to the source code of this file.
Data Structures | |
struct | iface_dipatch_table_t |
struct | remote_iface_t |
Typedefs | |
typedef void | remote_handler_t (struct ddf_fun *, ipc_callid_t, ipc_call_t *) |
typedef remote_iface_func_t * | remote_iface_func_ptr_t |
typedef void | remote_iface_func_t (struct ddf_fun *, void *, ipc_callid_t, ipc_call_t *) |
Functions | |
remote_iface_t * | get_remote_iface (int idx) |
remote_iface_func_ptr_t | get_remote_method (remote_iface_t *rem_iface, sysarg_t iface_method_idx) |
bool | is_valid_iface_idx (int idx) |
Definition in file dev_iface.h.