NetBSD/sys/arch/pmax/dev/xcfbvar.h
jonathan cce901c20c Create device-driver external declarations for the following pmax drivers:
qvss/pm-compatible  framebuffer ioctl()s (qvssvar.h)
	MAXINE desktop bus driver (dtopvar.h)
	3100/2100 pm framebuffer low-level driver ( pmvar.h)
	MAXINE baseboard framebuffer (xcfbvar.h)

which should compile with -Wall.
1996-05-19 00:48:43 +00:00

7 lines
211 B
C

/*
* 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));