aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/module-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/module-i386.h')
-rw-r--r--include/asm-um/module-i386.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-um/module-i386.h b/include/asm-um/module-i386.h
new file mode 100644
index 000000000000..5ead4a0b2e35
--- /dev/null
+++ b/include/asm-um/module-i386.h
@@ -0,0 +1,13 @@
1#ifndef __UM_MODULE_I386_H
2#define __UM_MODULE_I386_H
3
4/* UML is simple */
5struct mod_arch_specific
6{
7};
8
9#define Elf_Shdr Elf32_Shdr
10#define Elf_Sym Elf32_Sym
11#define Elf_Ehdr Elf32_Ehdr
12
13#endif