Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
parisc
include
asm
module.h
Go to the documentation of this file.
1
#ifndef _ASM_PARISC_MODULE_H
2
#define _ASM_PARISC_MODULE_H
3
4
#include <
asm-generic/module.h
>
5
6
/*
7
* This file contains the parisc architecture specific module code.
8
*/
9
10
struct
unwind_table
;
11
12
struct
mod_arch_specific
13
{
14
unsigned
long
got_offset
,
got_count
,
got_max
;
15
unsigned
long
fdesc_offset
,
fdesc_count
,
fdesc_max
;
16
struct
{
17
unsigned
long
stub_offset
;
18
unsigned
int
stub_entries
;
19
} *
section
;
20
int
unwind_section
;
21
struct
unwind_table
*
unwind
;
22
};
23
24
#endif
/* _ASM_PARISC_MODULE_H */
Generated on Thu Jan 10 2013 12:50:00 for Linux Kernel by
1.8.2