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

8 lines
263 B
C
Raw Normal View History

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