Fix IP22 timer calibration.
[linux-2.6/linux-mips.git] / include / asm-mips64 / module.h
blob39bcec8134e881d4b0f8736b3539265dacb5185b
1 #ifndef _ASM_MODULE_H
2 #define _ASM_MODULE_H
4 struct mod_arch_specific {
5 /* Data Bus Error exception tables */
6 const struct exception_table_entry *dbe_table_start;
7 const struct exception_table_entry *dbe_table_end;
8 };
10 #define Elf_Shdr Elf32_Shdr
11 #define Elf_Sym Elf32_Sym
12 #define Elf_Ehdr Elf32_Ehdr
14 #endif /* _ASM_MODULE_H */