|
nmc-utils
0.1.1
|
#include <stdio.h>#include <getopt.h>#include <sys/ioctl.h>#include <unistd.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <string.h>#include <libelf.h>#include <gelf.h>#include <easynmc.h>
Go to the source code of this file.
Macros | |
| #define | dbg(fmt,...) |
| #define | err(fmt,...) |
Functions | |
| void | easynmc_init_default_filters (struct easynmc_handle *h) |
| #define dbg | ( | fmt, | |
| ... | |||
| ) |
Definition at line 38 of file easynmc-filters.c.
| #define err | ( | fmt, | |
| ... | |||
| ) |
Definition at line 42 of file easynmc-filters.c.
| void easynmc_init_default_filters | ( | struct easynmc_handle * | h | ) |
Definition at line 112 of file easynmc-filters.c.
References easynmc_register_section_filter().
Referenced by easynmc_open_noboot().