diff options
Diffstat (limited to 'sys/arch/i386/include/cpu.h')
-rw-r--r-- | sys/arch/i386/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/cpu.h b/sys/arch/i386/include/cpu.h index 6bdea1fc2b6..3a6fbcb88ee 100644 --- a/sys/arch/i386/include/cpu.h +++ b/sys/arch/i386/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.52 2003/12/18 23:46:19 tedu Exp $ */ +/* $OpenBSD: cpu.h,v 1.53 2003/12/19 22:42:13 tedu Exp $ */ /* $NetBSD: cpu.h,v 1.35 1996/05/05 19:29:26 christos Exp $ */ /*- @@ -143,6 +143,7 @@ struct cpu_cpuid_feature { extern int cpu; extern int cpu_class; extern int cpu_feature; +extern int cpu_ecxfeature; extern int cpu_apmwarn; extern int cpu_apmhalt; extern int cpuid_level; |