2 * Copyright 2004-2008 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
7 #ifndef _ASM_BFIN_MODULE_H
8 #define _ASM_BFIN_MODULE_H
10 #define Elf_Shdr Elf32_Shdr
11 #define Elf_Sym Elf32_Sym
12 #define Elf_Ehdr Elf32_Ehdr
14 struct mod_arch_specific
{
24 #endif /* _ASM_BFIN_MODULE_H */