score: separate extable.h, switch module.h to it
[cascardo/linux.git] / arch / score / include / asm / extable.h
1 #ifndef _ASM_SCORE_EXTABLE_H
2 #define _ASM_SCORE_EXTABLE_H
3
4 struct exception_table_entry {
5         unsigned long insn;
6         unsigned long fixup;
7 };
8
9 struct pt_regs;
10 extern int fixup_exception(struct pt_regs *regs);
11 #endif