1 #ifndef _ASMPOWERPC_PROCESSOR_H_ 2 #define _ASMPOWERPC_PROCESSOR_H_ 3 4 #include <asm/ptrace.h> 5 6 #ifndef __ASSEMBLY__ 7 void handle_exception(int trap, void (*func)(struct pt_regs *, void *), void *); 8 void do_handle_exception(struct pt_regs *regs); 9 #endif /* __ASSEMBLY__ */ 10 11 #endif /* _ASMPOWERPC_PROCESSOR_H_ */ 12