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