xref: /kvm-unit-tests/lib/powerpc/asm/processor.h (revision 6842bc34fcfd218b2e937e421bd98b5cd56dd872)
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