]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/moduleloader.h
Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
[karo-tx-linux.git] / include / linux / moduleloader.h
index eb1033957486670348f892b4d93117958af76c0a..c1f40c2f7ffbdffae2ff037d17df5a8a6b857957 100644 (file)
@@ -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);