#include <assert.h>#include <stdio.h>#include <errno.h>#include <str_error.h>#include <ddf/driver.h>#include <ddf/log.h>Go to the source code of this file.
Defines | |
| #define | NAME "test3" |
Functions | |
| int | main (int argc, char *argv[]) |
| Main entry point. | |
| static int | register_fun_and_add_to_class (ddf_dev_t *parent, const char *base_name, size_t index, const char *class_name) |
| static int | test3_add_device (ddf_dev_t *dev) |
Variables | |
| static driver_ops_t | driver_ops |
| static driver_t | test3_driver |
Definition in file test3.c.
1.4.7