NetBSD/sys/arch/pmax/dev/pmvar.h

9 lines
326 B
C
Raw Normal View History

2000-01-08 04:02:35 +03:00
/* $NetBSD: pmvar.h,v 1.6 2000/01/08 01:02:36 simonb Exp $ */
1998-01-05 10:02:46 +03:00
/*
* Initialize a Decstation 3100/2100 baseboard framebuffer,
* so it can be used as a bitmapped glass-tty console device.
*/
2000-01-08 04:02:35 +03:00
int pminit __P((struct fbinfo *fi, caddr_t base, int unit, int silent));
int pmattach __P((struct fbinfo *fi, int unit, int silent));