]> Git Repo - linux.git/blob - arch/mips/include/asm/extable.h
lib: radix-tree: check accounting of existing slot replacement users
[linux.git] / arch / mips / include / asm / extable.h
1 #ifndef _ASM_EXTABLE_H
2 #define _ASM_EXTABLE_H
3
4 struct exception_table_entry
5 {
6         unsigned long insn;
7         unsigned long nextinsn;
8 };
9
10 struct pt_regs;
11 extern int fixup_exception(struct pt_regs *regs);
12
13 #endif
This page took 0.031053 seconds and 4 git commands to generate.