Commit 90f65268 authored by Jeff Dike's avatar Jeff Dike

Fixed asm/modules.h to update UML to 2.5.59.

parent ea6c3956
#ifndef __UM_MODULE_H #ifndef __UM_MODULE_H
#define __UM_MODULE_H #define __UM_MODULE_H
#include "asm/arch/module.h" /* UML is simple */
struct mod_arch_specific
{
};
#define Elf_Shdr Elf32_Shdr
#define Elf_Sym Elf32_Sym
#define Elf_Ehdr Elf32_Ehdr
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment