1 2 #ifndef _MACHINE_PTRACE_H_ 3 #define _MACHINE_PTRACE_H_ 4 5 #define __HAVE_PTRACE_MACHDEP 6 7 #define PT_GETVFPREGS32 (PT_FIRSTMACH + 0) 8 #define PT_SETVFPREGS32 (PT_FIRSTMACH + 1) 9 10 #endif /* _MACHINE_PTRACE_H_ */ 11
1 2 #ifndef _MACHINE_PTRACE_H_ 3 #define _MACHINE_PTRACE_H_ 4 5 #define __HAVE_PTRACE_MACHDEP 6 7 #define PT_GETVFPREGS32 (PT_FIRSTMACH + 0) 8 #define PT_SETVFPREGS32 (PT_FIRSTMACH + 1) 9 10 #endif /* _MACHINE_PTRACE_H_ */ 11