freebsd-src/sys/arm64/include/ptrace.h
Warner Losh 71625ec9ad sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
2023-08-16 11:54:24 -06:00

11 lines
206 B
C

#ifndef _MACHINE_PTRACE_H_
#define _MACHINE_PTRACE_H_
#define __HAVE_PTRACE_MACHDEP
#define PT_GETVFPREGS32 (PT_FIRSTMACH + 0)
#define PT_SETVFPREGS32 (PT_FIRSTMACH + 1)
#endif /* _MACHINE_PTRACE_H_ */