summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/tc/ioasicvar.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-15 21:13:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-15 21:13:29 +0000
commitc7944dc0d2be35242202bdad3b511d6b6e60cf3a (patch)
tree49728a73374c694c8937e8c1903dabf1e19ec820 /sys/arch/pmax/tc/ioasicvar.h
parent9923345416a4c9f9c668f0ca1c8b259113aac9e7 (diff)
sync to netbsd; for graichen
Diffstat (limited to 'sys/arch/pmax/tc/ioasicvar.h')
-rw-r--r--sys/arch/pmax/tc/ioasicvar.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/arch/pmax/tc/ioasicvar.h b/sys/arch/pmax/tc/ioasicvar.h
new file mode 100644
index 00000000000..66ab900be4b
--- /dev/null
+++ b/sys/arch/pmax/tc/ioasicvar.h
@@ -0,0 +1,9 @@
+/*
+ * Copyright 1995, 1996 Jonathan Stone
+ * All rights reserved
+ */
+#ifndef __IOASICVAR_H__
+#define __IOASICVAR_H__
+extern struct cfdriver ioasiccd; /* FIXME: in header file */
+extern caddr_t ioasic_cvtaddr __P((struct confargs *ca));
+#endif /*__IOASICVAR_H__*/