summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/hppa/include/param.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 8392d7de823..0148b780205 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.15 2002/01/10 01:26:49 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.16 2002/01/25 21:25:55 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -136,4 +136,10 @@
#define HPMMBASEADDR(v) ((unsigned)(v) & ~HPMMMASK)
#endif
+#ifndef _LOCORE
+#define CONADDR conaddr
+#define CONUNIT conunit
+extern hppa_hpa_t conaddr;
+extern int conunit;
+#endif
#endif