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

8 lines
258 B
C
Raw Normal View History

2000-01-08 04:02:35 +03:00
/* $NetBSD: sfbvar.h,v 1.4 2000/01/08 01:02:36 simonb Exp $ */
/*
* Initialize a Turbochannel SFB 2-d framebuffer,
* so it can be used as a bitmapped glass-tty console device.
*/
2000-01-08 04:02:35 +03:00
int sfbinit __P((struct fbinfo *fi, caddr_t base, int unit, int silent));