diff options
Diffstat (limited to 'sys/arch/hppa/include/cpu.h')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index 87a64c9734d..02727c8315c 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.36 2002/11/27 21:47:14 mickey Exp $ */ +/* $OpenBSD: cpu.h,v 1.37 2003/07/30 21:24:19 mickey Exp $ */ /* * Copyright (c) 2000-2002 Michael Shalayeff @@ -74,6 +74,7 @@ enum hppa_cpu_type { }; extern enum hppa_cpu_type cpu_type; extern const char *cpu_typename; +extern int cpu_hvers; #endif /* |