License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / parisc / include / asm / module.h
blobc8c131a74919616e8e0ef1233f7ea395a59bb584
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>
7 /*
8 * This file contains the parisc architecture specific module code.
9 */
11 struct unwind_table;
13 struct mod_arch_specific
15 unsigned long got_offset, got_count, got_max;
16 unsigned long fdesc_offset, fdesc_count, fdesc_max;
17 struct {
18 unsigned long stub_offset;
19 unsigned int stub_entries;
20 } *section;
21 int unwind_section;
22 struct unwind_table *unwind;
25 #endif /* _ASM_PARISC_MODULE_H */