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