summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/dev/pmvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/dev/pmvar.h')
-rw-r--r--sys/arch/pmax/dev/pmvar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/pmax/dev/pmvar.h b/sys/arch/pmax/dev/pmvar.h
new file mode 100644
index 00000000000..c56f1b8c9ac
--- /dev/null
+++ b/sys/arch/pmax/dev/pmvar.h
@@ -0,0 +1,5 @@
+/*
+ * Initialize a Decstation 3100/2100 baseboard framebuffer,
+ * so it can be used as a bitmapped glass-tty console device.
+ */
+int pminit __P((struct fbinfo *fi, int unit, int silent));