mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
5369797d09
All the functions needed by a lsmod binary are in place. test/test-loaded.c implements it with the same output of lsmod.
21 lines
321 B
Plaintext
21 lines
321 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;
|
|
local:
|
|
*;
|
|
};
|