summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/aviion/include/param.h')
-rw-r--r--sys/arch/aviion/include/param.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/arch/aviion/include/param.h b/sys/arch/aviion/include/param.h
index 2bbb019d23a..a926e8f6d87 100644
--- a/sys/arch/aviion/include/param.h
+++ b/sys/arch/aviion/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.1 2006/05/09 18:19:04 miod Exp $ */
+/* $OpenBSD: param.h,v 1.2 2006/05/20 12:04:54 miod Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
* Copyright (c) 1988 University of Utah.
@@ -49,4 +49,16 @@
#define KERNBASE 0x00000000 /* start of kernel virtual */
#define KERNTEXTOFF 0x00001000 /* start of kernel text */
+#if !defined(_LOCORE)
+extern int avtyp;
+#endif
+
+/*
+ * Values for the avtyp variable.
+ */
+#define AV_400 1 /* 100/200/300/400/3000/4000/4300 */
+#define AV_530 2 /* 4600/530 */
+#define AV_5000 3 /* 5000/6000 */
+#define AV_6280 4 /* 6280/8000-8 */
+
#endif /* !_MACHINE_PARAM_H_ */