diff options
author | Stefan Bucur <stefanb@zytor.com> | 2008-08-16 15:47:39 +0300 |
---|---|---|
committer | Stefan Bucur <stefan@stefan-ubumac.(none)> | 2009-03-15 10:12:28 +0200 |
commit | 1b8e1bcc64ad1a4937fc3c69c412a7762280aa4a (patch) | |
tree | b56ce3c0522b46e42ac2935476d6ac222282fb0c /com32/include/sys/module.h | |
parent | 22d8571631b3f14f4726d9086c895e31eab866d9 (diff) | |
download | syslinux-elf-1b8e1bcc64ad1a4937fc3c69c412a7762280aa4a.tar.gz syslinux-elf-1b8e1bcc64ad1a4937fc3c69c412a7762280aa4a.tar.xz syslinux-elf-1b8e1bcc64ad1a4937fc3c69c412a7762280aa4a.zip |
Implemented the 'list' command in the CLI.
Diffstat (limited to 'com32/include/sys/module.h')
-rw-r--r-- | com32/include/sys/module.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/com32/include/sys/module.h b/com32/include/sys/module.h index 2c9ce9d4..c3c077ad 100644 --- a/com32/include/sys/module.h +++ b/com32/include/sys/module.h @@ -239,6 +239,11 @@ extern int module_load_shallow(struct elf_module *module); extern int module_unload(struct elf_module *module); /** + * module_unloadable - + */ +extern int module_unloadable(struct elf_module *module); + +/** * module_find - searches for a module by its name. * @name: the name of the module, as it was specified in module_alloc. * |