PageRenderTime 21ms CodeModel.GetById 18ms app.highlight 2ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/um/sys-i386/asm/module.h

https://bitbucket.org/cresqo/cm7-p500-kernel
C Header | 13 lines | 9 code | 3 blank | 1 comment | 0 complexity | b800a655ec0f924520bc8a51863fa042 MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
 1#ifndef __UM_MODULE_I386_H
 2#define __UM_MODULE_I386_H
 3
 4/* UML is simple */
 5struct 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