aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86_64/asm/module.h
blob: 8eb79c2d07d583d55835700c1bd6c7193156a008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * 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