summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/ptrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/ptrace.h')
-rw-r--r--sys/i386/include/ptrace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/include/ptrace.h b/sys/i386/include/ptrace.h
index eef24f8..24eb411 100644
--- a/sys/i386/include/ptrace.h
+++ b/sys/i386/include/ptrace.h
@@ -33,4 +33,9 @@
#ifndef _MACHINE_PTRACE_H_
#define _MACHINE_PTRACE_H_
+#define __HAVE_PTRACE_MACHDEP
+
+#define PT_GETXMMREGS (PT_FIRSTMACH + 0)
+#define PT_SETXMMREGS (PT_FIRSTMACH + 1)
+
#endif
OpenPOWER on IntegriCloud