Merge with Linux 2.5.48.
[linux-2.6/linux-mips.git] / include / asm-i386 / module.h
blob1a480b64d876434fbb44dd214fb7af8e7c54826b
1 #ifndef _ASM_I386_MODULE_H
2 #define _ASM_I386_MODULE_H
3 /* x86 is simple */
4 struct mod_arch_specific
6 };
8 #define Elf_Shdr Elf32_Shdr
9 #define Elf_Sym Elf32_Sym
10 #define Elf_Ehdr Elf32_Ehdr
11 #endif /* _ASM_I386_MODULE_H */