mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-25 03:35:03 +07:00
22 lines
349 B
Plaintext
22 lines
349 B
Plaintext
LIBKMOD_0.1 {
|
|
global:
|
|
kmod_get_log_priority;
|
|
kmod_get_userdata;
|
|
kmod_log;
|
|
kmod_new;
|
|
kmod_ref;
|
|
kmod_set_log_fn;
|
|
kmod_set_log_priority;
|
|
kmod_set_userdata;
|
|
kmod_unref;
|
|
kmod_list_next;
|
|
kmod_loaded_new;
|
|
kmod_loaded_ref;
|
|
kmod_loaded_unref;
|
|
kmod_loaded_get_list;
|
|
kmod_loaded_get_module_info;
|
|
kmod_loaded_remove_module;
|
|
local:
|
|
*;
|
|
};
|