repo.or.cz
/
linux-2.6
/
zen-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] S3C24XX: Fix section mismatch for s3c_lookup_cpu
[linux-2.6/zen-sources.git]
/
include
/
asm-blackfin
/
module.h
blob
e3128df139d68a261419b0f997a9a167d31a6a92
1
#ifndef _ASM_BFIN_MODULE_H
2
#define _ASM_BFIN_MODULE_H
3
4
#define MODULE_SYMBOL_PREFIX
"_"
5
6
#define Elf_Shdr Elf32_Shdr
7
#define Elf_Sym Elf32_Sym
8
#define Elf_Ehdr Elf32_Ehdr
9
10
struct
mod_arch_specific
{
11
Elf_Shdr
*
text_l1
;
12
Elf_Shdr
*
data_a_l1
;
13
Elf_Shdr
*
bss_a_l1
;
14
Elf_Shdr
*
data_b_l1
;
15
Elf_Shdr
*
bss_b_l1
;
16
Elf_Shdr
*
text_l2
;
17
Elf_Shdr
*
data_l2
;
18
Elf_Shdr
*
bss_l2
;
19
};
20
#endif
/* _ASM_BFIN_MODULE_H */