blob: 68ff17d0ff5e3030da9d79db4530c3130754d530 (
plain)
1
2
3
4
5
6
7
8
|
/* $NetBSD: xcfbvar.h,v 1.2 1996/09/21 03:06:38 jonathan Exp $ */
/*
* Initialize a Personal Decstation baseboard framebuffer,
* so it can be used as a bitmapped glass-tty console device.
*/
extern int
xcfbinit __P((struct fbinfo *fi, caddr_t base, int unit, int silent));
|