summaryrefslogtreecommitdiff
path: root/com32/include/sys/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'com32/include/sys/module.h')
-rw-r--r--com32/include/sys/module.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/com32/include/sys/module.h b/com32/include/sys/module.h
index ea11a88f..a18561a9 100644
--- a/com32/include/sys/module.h
+++ b/com32/include/sys/module.h
@@ -246,18 +246,6 @@ extern int module_load(struct elf_module *module);
/**
- * module_load_shallow - loads a shallow ELF module into memory.
- * @module: the module descriptor returned by module_alloc.
- *
- * The function reads the module file, checks whether the file has a valid
- * structure, then loads into memory the module metadata. The metadata currently
- * contains a symbol table that describes code & data allocated by other means.
- * Its current use is to describe the root COM32 module to the rest of the
- * module subsystem.
- */
-extern int module_load_shallow(struct elf_module *module, Elf32_Addr base_addr);
-
-/**
* module_unload - unloads the module from the system.
* @module: the module descriptor structure.
*