Crate kconfq

Crate kconfq 

Source

Modules§

capicapi
C-API that will be compiled to cdynlib to be used from C.
error
All possible library errors.

Structs§

Config
A kernel config struct.

Functions§

find_line
Find line in the config that contains specified entry_name.
find_value
Same as find_line, but return only the value of the entry.
locate_config
Locate the kernel config file and return path to it.
require_config
Same as locate_config, but return an error if config was not found.