Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
module.h
Go to the documentation of this file.
1 #ifndef _ALPHA_MODULE_H
2 #define _ALPHA_MODULE_H
3 
4 #include <asm-generic/module.h>
5 
7 {
8  unsigned int gotsecindex;
9 };
10 
11 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL
12 
13 #ifdef MODULE
14 asm(".section .got,\"aws\",@progbits; .align 3; .previous");
15 #endif
16 
17 #endif /*_ALPHA_MODULE_H*/