xref: /kvm-unit-tests/lib/powerpc/asm/handlers.h (revision bd238daba9f3e62ac0a835eb969f6f49aaa570c7)
1 #ifndef _ASMPOWERPC_HANDLERS_H_
2 #define _ASMPOWERPC_HANDLERS_H_
3 
4 #include <asm/ptrace.h>
5 
6 void dec_except_handler(struct pt_regs *regs, void *data);
7 
8 #endif /* _ASMPOWERPC_HANDLERS_H_ */
9