summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/dc_ds_cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/dev/dc_ds_cons.h')
-rw-r--r--sys/arch/pmax/dev/dc_ds_cons.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/arch/pmax/dev/dc_ds_cons.h b/sys/arch/pmax/dev/dc_ds_cons.h
new file mode 100644
index 00000000000..6b19ba04b89
--- /dev/null
+++ b/sys/arch/pmax/dev/dc_ds_cons.h
@@ -0,0 +1,14 @@
+/* $NetBSD: dc_ds_cons.h,v 1.1 1996/09/25 20:48:55 jonathan Exp $ */
+
+#ifdef _KERNEL
+#ifndef _DC_DS_CONS_H
+#define _DC_DS_CONS_H
+
+/*
+ * Following declaratios for console code.
+ * XXX should be redesigned to expose less driver internals.
+ */
+int dc_ds_consinit __P((dev_t dev));
+
+#endif /* _DC_DS_CONS_H */
+#endif /* _KERNEL */