Make most arch asm/module.h files use asm-generic/module.h
[deliverable/linux.git] / arch / parisc / include / asm / module.h
CommitLineData
1da177e4
LT
1#ifndef _ASM_PARISC_MODULE_H
2#define _ASM_PARISC_MODULE_H
786d35d4
DH
3
4#include <asm-generic/module.h>
5
1da177e4
LT
6/*
7 * This file contains the parisc architecture specific module code.
8 */
1da177e4
LT
9
10struct unwind_table;
11
12struct mod_arch_specific
13{
14 unsigned long got_offset, got_count, got_max;
15 unsigned long fdesc_offset, fdesc_count, fdesc_max;
c298be74
HD
16 struct {
17 unsigned long stub_offset;
18 unsigned int stub_entries;
19 } *section;
1da177e4
LT
20 int unwind_section;
21 struct unwind_table *unwind;
22};
23
24#endif /* _ASM_PARISC_MODULE_H */
This page took 0.547175 seconds and 5 git commands to generate.