summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-07-30 21:24:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-07-30 21:24:20 +0000
commit1161c082493da91e94a0baa70d7c7905371f604a (patch)
tree43e5234abcd35e7b397a3459959e6ef11cfb9232 /sys/arch/hppa/include
parent391e258a18bf2833fd9866a81634a628216860d1 (diff)
deduce the leds address from the model number and thus make some more use of that lichtenblinkenschmutz on some more machinens
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r--sys/arch/hppa/include/cpu.h3
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
/*