#ifndef __ASM_GENERIC_MODULE_H
#define __ASM_GENERIC_MODULE_H

/*
 * Many architectures just need a simple module
 * loader without arch specific data.
 */
#ifndef CONFIG_HAVE_MOD_ARCH_SPECIFIC
struct mod_arch_specific
{
};
#endif

#ifdef CONFIG_64BIT
#define Elf_Shdr	Elf64_Shdr
#define Elf_Phdr	Elf64_Phdr
#define Elf_Sym		Elf64_Sym
#define Elf_Dyn		Elf64_Dyn
#define Elf_Ehdr	Elf64_Ehdr
#define Elf_Addr	Elf64_Addr
#ifdef CONFIG_MODULES_USE_ELF_REL
#define Elf_Rel		Elf64_Rel
#endif
#ifdef CONFIG_MODULES_USE_ELF_RELA
#define Elf_Rela	Elf64_Rela
#endif
#define ELF_R_TYPE(X)	ELF64_R_TYPE(X)
#define ELF_R_SYM(X)	ELF64_R_SYM(X)

#else /* CONFIG_64BIT */

#define Elf_Shdr	Elf32_Shdr
#define Elf_Phdr	Elf32_Phdr
#define Elf_Sym		Elf32_Sym
#define Elf_Dyn		Elf32_Dyn
#define Elf_Ehdr	Elf32_Ehdr
#define Elf_Addr	Elf32_Addr
#ifdef CONFIG_MODULES_USE_ELF_REL
#define Elf_Rel		Elf32_Rel
#endif
#ifdef CONFIG_MODULES_USE_ELF_RELA
#define Elf_Rela	Elf32_Rela
#endif
#define ELF_R_TYPE(X)	ELF32_R_TYPE(X)
#define ELF_R_SYM(X)	ELF32_R_SYM(X)
#endif

#endif /* __ASM_GENERIC_MODULE_H */
ted'>master</option>
<option value='nds-private-remove'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/net/bluetooth/ecc.c'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/net/bluetooth/ecc.c?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/net/bluetooth/ecc.c?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/net/bluetooth/ecc.c?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/net/bluetooth/ecc.c'>
<input type='hidden' name='id' value='35f860f9ba6aac56cc38e8b18916d833a83f1157'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/net?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>net</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/bluetooth?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>bluetooth</a>/<a href='/cgit.cgi/linux/net-next.git/log/net/bluetooth/ecc.c?id=35f860f9ba6aac56cc38e8b18916d833a83f1157'>ecc.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/net/bluetooth/ecc.c?id=35f860f9ba6aac56cc38e8b18916d833a83f1157&amp;showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>