diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2019-03-23 11:47:13 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2019-03-23 11:47:13 +0000 |
| commit | b120f251b6d0b4dbaa214d062fd754c57045dad4 (patch) | |
| tree | 600eb8d2caa5eaee3f993283d6654d5121df0e3e /sys/amd64/include | |
| parent | 687b89ad186fc8194b3c1ba11664179f32c79891 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/procctl.h | 6 |
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> |
