summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/tc/ioasicvar.h
diff options
context:
space:
mode:
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__*/