![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __UM_MODULE_H 0003 #define __UM_MODULE_H 0004 0005 /* UML is simple */ 0006 struct mod_arch_specific 0007 { 0008 }; 0009 0010 #ifdef CONFIG_X86_32 0011 0012 #define Elf_Shdr Elf32_Shdr 0013 #define Elf_Sym Elf32_Sym 0014 #define Elf_Ehdr Elf32_Ehdr 0015 0016 #else 0017 0018 #define Elf_Shdr Elf64_Shdr 0019 #define Elf_Sym Elf64_Sym 0020 #define Elf_Ehdr Elf64_Ehdr 0021 0022 #endif 0023 0024 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |