diff options
| author | 2009-01-17 12:01:12 +0100 | |
|---|---|---|
| committer | 2009-01-17 12:01:12 +0100 | |
| commit | d1a020050c6ce1a0794ff73582ccf47e4db536f7 (patch) | |
| tree | 1b7250410f24703cd77c76156e758db9887137aa /include/linux/moduleloader.h | |
| parent | ALSA: rename "Device" to "Toshiba SB-0500" via quirks (diff) | |
| parent | ALSA: usb-audio - Cache mixer values (diff) | |
Merge branch 'topic/usb-mixer-cache' into next/usb-audio
Diffstat (limited to 'include/linux/moduleloader.h')
| -rw-r--r-- | include/linux/moduleloader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/moduleloader.h b/include/linux/moduleloader.h index eb1033957486..c1f40c2f7ffb 100644 --- a/include/linux/moduleloader.h +++ b/include/linux/moduleloader.h @@ -13,6 +13,9 @@ int module_frob_arch_sections(Elf_Ehdr *hdr, char *secstrings, struct module *mod); +/* Additional bytes needed by arch in front of individual sections */ +unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section); + /* Allocator used for allocating struct module, core sections and init sections. Returns NULL on failure. */ void *module_alloc(unsigned long size); |
