aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2019-03-23 11:47:13 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2019-03-23 11:47:13 +0000
commitb120f251b6d0b4dbaa214d062fd754c57045dad4 (patch)
tree600eb8d2caa5eaee3f993283d6654d5121df0e3e /sys/amd64/include
parent687b89ad186fc8194b3c1ba11664179f32c79891 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/procctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/include/procctl.h b/sys/amd64/include/procctl.h
new file mode 100644
index 000000000000..4a6bcc712046
--- /dev/null
+++ b/sys/amd64/include/procctl.h
@@ -0,0 +1,6 @@
+/*-
+ * This file is in the public domain.
+ */
+/* $FreeBSD$ */
+
+#include <x86/procctl.h>