repo.or.cz
/
linux-2.6.22.y-op.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DCCP]: make dccp_write_xmit_timer() static again
[linux-2.6.22.y-op.git]
/
include
/
asm-um
/
module-i386.h
blob
5ead4a0b2e352d5e082c8e0f4a2f0da451b4fc22
1
#ifndef __UM_MODULE_I386_H
2
#define __UM_MODULE_I386_H
3
4
/* UML is simple */
5
struct
mod_arch_specific
6
{
7
};
8
9
#define Elf_Shdr Elf32_Shdr
10
#define Elf_Sym Elf32_Sym
11
#define Elf_Ehdr Elf32_Ehdr
12
13
#endif