00001 #ifndef __TRAP_H__ 00002 #define __TRAP_H__ 00003 00004 struct arch_regs * trap_saved_regs(void); 00005 #endif