1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_PARISC_MODULE_H
3 #define _ASM_PARISC_MODULE_H
5 #include <asm-generic/module.h>
8 * This file contains the parisc architecture specific module code.
13 struct mod_arch_specific
15 unsigned long got_offset
, got_count
, got_max
;
16 unsigned long fdesc_offset
, fdesc_count
, fdesc_max
;
18 unsigned long stub_offset
;
19 unsigned int stub_entries
;
22 struct unwind_table
*unwind
;
25 #endif /* _ASM_PARISC_MODULE_H */