Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
aarch64-freebsd-none
machine
ptrace.h
pretty
plain
permalink
blame
history
•
9 lines
•
204 B
1
#ifndef _MACHINE_PTRACE_H_
2
#define _MACHINE_PTRACE_H_
3
4
#define __HAVE_PTRACE_MACHDEP
5
6
#define PT_GETVFPREGS32	(PT_FIRSTMACH + 0)
7
#define PT_SETVFPREGS32	(PT_FIRSTMACH + 1)
8
9
#endif /* _MACHINE_PTRACE_H_ */