Crinit -- Configurable Rootfs Init
|
#include <confmap.h>
Public Attributes | |
crinitConfigs_t | config |
The index of the configuration option. More... | |
const char * | configKey |
The string representation (name) of the option. More... | |
bool | arrayLike |
bool | includeSafe |
If the configuration option may be used inside an include file. More... | |
crinitConfigHandler_t | cfgHandler |
A structure defining a mapping between a configuration option, its string respresentation, and further properties.
bool crinitConfigMapping_t::arrayLike |
If the configuration option is array-like, i.e. may be defined multiple times and appended to.
crinitConfigHandler_t crinitConfigMapping_t::cfgHandler |
Pointer to the handler function to use if the configuration option is encountered.
crinitConfigs_t crinitConfigMapping_t::config |
The index of the configuration option.
const char* crinitConfigMapping_t::configKey |
The string representation (name) of the option.
bool crinitConfigMapping_t::includeSafe |
If the configuration option may be used inside an include file.