1 #ifndef _ASM_ARM_MODULE_H
2 #define _ASM_ARM_MODULE_H
4 #define Elf_Shdr Elf32_Shdr
5 #define Elf_Sym Elf32_Sym
6 #define Elf_Ehdr Elf32_Ehdr
10 #ifdef CONFIG_ARM_UNWIND
11 struct arm_unwind_mapping {
14 struct unwind_table *unwind;
24 struct mod_arch_specific {
25 struct arm_unwind_mapping map[ARM_SEC_MAX];
28 struct mod_arch_specific {
33 * Include the ARM architecture version.
35 #define MODULE_ARCH_VERMAGIC "ARMv" __stringify(__LINUX_ARM_ARCH__) " "
37 #endif /* _ASM_ARM_MODULE_H */