Release 4.14 arch/mips/include/asm/extable.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_EXTABLE_H
#define _ASM_EXTABLE_H
struct exception_table_entry
{
unsigned long insn;
unsigned long nextinsn;
};
struct pt_regs;
extern int fixup_exception(struct pt_regs *regs);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Al Viro | 34 | 97.14% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 2.86% | 1 | 50.00% |
Total | 35 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.