xref: /freebsd/sys/arm64/include/ptrace.h (revision c07d6445eb89d9dd3950361b065b7bd110e3a043)
1 /* $FreeBSD$ */
2 
3 #ifndef _MACHINE_PTRACE_H_
4 #define _MACHINE_PTRACE_H_
5 
6 #define __HAVE_PTRACE_MACHDEP
7 
8 #define PT_GETVFPREGS32	(PT_FIRSTMACH + 0)
9 #define PT_SETVFPREGS32	(PT_FIRSTMACH + 1)
10 
11 #endif /* _MACHINE_PTRACE_H_ */
12