summaryrefslogtreecommitdiff
path: root/include/asm-mips/module.h
blob: 39bcec8134e881d4b0f8736b3539265dacb5185b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _ASM_MODULE_H
#define _ASM_MODULE_H

struct mod_arch_specific {
	/* Data Bus Error exception tables */
	const struct exception_table_entry *dbe_table_start;
	const struct exception_table_entry *dbe_table_end;
};

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

#endif /* _ASM_MODULE_H */