Merge to kernel-2.6.20-1.2949.fc6.vs2.2.0.1
[linux-2.6.git] / include / asm-parisc / module.h
index 8ac72b5..ebd9a5e 100644 (file)
 #define ELF_R_SYM(X)   ELF32_R_SYM(X)
 #endif
 
+struct unwind_table;
+
 struct mod_arch_specific
 {
        unsigned long got_offset, got_count, got_max;
        unsigned long fdesc_offset, fdesc_count, fdesc_max;
        unsigned long stub_offset, stub_count, stub_max;
        unsigned long init_stub_offset, init_stub_count, init_stub_max;
+       int unwind_section;
+       struct unwind_table *unwind;
 };
 
 #endif /* _ASM_PARISC_MODULE_H */