Modules§
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.