/arch/um/sys-x86_64/asm/module.h
https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · C++ Header · 20 lines · 9 code · 5 blank · 6 comment · 0 complexity · 780756d3e9d9238704815e0050ec998d MD5 · raw file
- /*
- * Copyright 2003 PathScale, Inc.
- *
- * Licensed under the GPL
- */
- #ifndef __UM_MODULE_X86_64_H
- #define __UM_MODULE_X86_64_H
- /* UML is simple */
- struct mod_arch_specific
- {
- };
- #define Elf_Shdr Elf64_Shdr
- #define Elf_Sym Elf64_Sym
- #define Elf_Ehdr Elf64_Ehdr
- #endif