#include <async.h>#include <errno.h>#include "ops/char_dev.h"#include "ddf/driver.h"Go to the source code of this file.
Defines | |
| #define | MAX_CHAR_RW_COUNT 256 |
Functions | |
| static void | remote_char_read (ddf_fun_t *fun, void *ops, ipc_callid_t callid, ipc_call_t *call) |
| Process the read request from the remote client. | |
| static void | remote_char_write (ddf_fun_t *fun, void *ops, ipc_callid_t callid, ipc_call_t *call) |
| Process the write request from the remote client. | |
Variables | |
| remote_iface_t | remote_char_dev_iface |
| Remote character interface structure. | |
| static remote_iface_func_ptr_t | remote_char_dev_iface_ops [] |
| Remote character interface operations. | |
Definition in file remote_char_dev.c.
1.4.7