]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/score/include/asm/extable.h
generic ...copy_..._user primitives
[karo-tx-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