/* * Copyright (C) 2002 - 2004 Jeff Dike (jdike@addtoit.com) * Licensed under the GPL */#include "sysdep/ptrace.h"/* These two are from asm-um/uaccess.h and linux/module.h, check them. */structexception_table_entry{unsignedlonginsn;unsignedlongfixup;};conststructexception_table_entry*search_exception_tables(unsignedlongadd);/* Compare this to arch/i386/mm/extable.c:fixup_exception() */