aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cpuctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/cpuctl.h')
-rw-r--r--sys/sys/cpuctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/cpuctl.h b/sys/sys/cpuctl.h
index 70212eb3a851..8c7fb65632f5 100644
--- a/sys/sys/cpuctl.h
+++ b/sys/sys/cpuctl.h
@@ -59,5 +59,6 @@ typedef struct {
#define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t)
#define CPUCTL_MSRCBIT _IOWR('c', 6, cpuctl_msr_args_t)
#define CPUCTL_CPUID_COUNT _IOWR('c', 7, cpuctl_cpuid_count_args_t)
+#define CPUCTL_EVAL_CPU_FEATURES _IO('c', 8)
#endif /* _CPUCTL_H_ */