1 #ifndef _ASM_PARISC_MODULE_H
2 #define _ASM_PARISC_MODULE_H
4 #include <asm-generic/module.h>
7 * This file contains the parisc architecture specific module code.
12 struct mod_arch_specific
14 unsigned long got_offset
, got_count
, got_max
;
15 unsigned long fdesc_offset
, fdesc_count
, fdesc_max
;
17 unsigned long stub_offset
;
18 unsigned int stub_entries
;
21 struct unwind_table
*unwind
;
24 #endif /* _ASM_PARISC_MODULE_H */