forked from luck/tmp_suning_uos_patched
29abfbd9cb
more victims of indirect include chains - au1200fb lasat/picvue_proc and watchdog/ath79_wdt ... as well as tb0219, spotted by Sudip Mukherjee Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
14 lines
202 B
C
14 lines
202 B
C
#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
|