git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
[pandora-kernel.git]
/
arch
/
um
/
sys-i386
/
asm
/
module.h
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