summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/module.h
blob: 5b4d1a3f367910585b2a51a4d7ce24dae7cb18d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _ASM_ARM_MODULE_H
#define _ASM_ARM_MODULE_H

struct mod_arch_specific
{
	int foo;
};

#define Elf_Shdr	Elf32_Shdr
#define Elf_Sym		Elf32_Sym
#define Elf_Ehdr	Elf32_Ehdr

#endif /* _ASM_ARM_MODULE_H */