summaryrefslogtreecommitdiff
path: root/com32/include/sys/module.h
diff options
context:
space:
mode:
authorStefan Bucur <stefan@stefan-mac.(none)>2009-07-05 23:46:23 +0300
committerStefan Bucur <stefan@stefan-mac.(none)>2009-07-05 23:46:23 +0300
commit4e7dc15d06a158d8d0b0fd32b4536626b3090de0 (patch)
tree65b0359fb2d5fd92f52655288573ae51a926682e /com32/include/sys/module.h
parent2ab2c16e359d266719ce8639ca0fa057d0f7a099 (diff)
downloadsyslinux-4e7dc15d06a158d8d0b0fd32b4536626b3090de0.tar.gz
elf: Replaced symbol offsets with module base address.
Diffstat (limited to 'com32/include/sys/module.h')
-rw-r--r--com32/include/sys/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/include/sys/module.h b/com32/include/sys/module.h
index 97f7ce09..4de57105 100644
--- a/com32/include/sys/module.h
+++ b/com32/include/sys/module.h
@@ -229,7 +229,7 @@ extern int module_load(struct elf_module *module);
* 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_Off offset);
+extern int module_load_shallow(struct elf_module *module, Elf32_Addr base_addr);
/**
* module_unload - unloads the module from the system.