NetBSD/sys/arch/pmax/dev/pmvar.h
jonathan 0c820bd260 Split driver for decstation-3100 framebuffer (BrookTree bt478 RAMDAC,
DEC dc503 cursor chip) into  Decstation 2100,3100 cfattach front-end
and ``machine-independent'' back-end.
	pm_ds.c:  pmin/pmax cfattach front-end
	pm.c:  bt478, 503 back-end
	pmvar.h: declarations of back-end normal and console attach
	         entry points.
1996-10-12 23:33:18 +00:00

7 lines
250 B
C

/*
* 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));
int pmattach __P((struct fbinfo *fi, int unit, int silent));