* and is passed to all library operations.
*/
-/*
- * kmod_ctx
- *
- * library user context - reads the config and system
- * environment, user variables, allows custom logging
- */
-
/**
* kmod_ctx:
*
struct kmod_ctx *kmod_unref(struct kmod_ctx *ctx);
-/*
- * Management of libkmod's resources
- */
-
/**
* kmod_load_resources:
* @ctx: kmod library context
* reference counting, retrieving a list of module dependencies and more.
*/
-/*
- * kmod_module
- *
- * Operate on kernel modules
- */
-
/**
* kmod_module:
*
void kmod_module_symbols_free_list(struct kmod_list *list);
-/*
- * Information retrieved from ELF headers and sections
- */
-
/**
* kmod_module_get_versions:
* @mod: kmod module