/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

  1. #ifndef __UM_MODULE_I386_H
  2. #define __UM_MODULE_I386_H
  3. /* UML is simple */
  4. struct mod_arch_specific
  5. {
  6. };
  7. #define Elf_Shdr Elf32_Shdr
  8. #define Elf_Sym Elf32_Sym
  9. #define Elf_Ehdr Elf32_Ehdr
  10. #endif