/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
- #ifndef __UM_MODULE_I386_H
- #define __UM_MODULE_I386_H
- /* UML is simple */
- struct mod_arch_specific
- {
- };
- #define Elf_Shdr Elf32_Shdr
- #define Elf_Sym Elf32_Sym
- #define Elf_Ehdr Elf32_Ehdr
- #endif