#include <assert.h>#include <errno.h>#include <mem.h>#include <ops/char_dev.h>#include "test1.h"Go to the source code of this file.
Functions | |
| static int | imp_char_write (ddf_fun_t *fun, char *buf, size_t count) | 
| static int | impl_char_read (ddf_fun_t *fun, char *buf, size_t count) | 
Variables | |
| static char_dev_ops_t | char_dev_ops | 
| ddf_dev_ops_t | char_device_ops | 
Definition in file char.c.
 1.4.7