diff options
Diffstat (limited to 'sys/arch/alpha/tc/cfbvar.h')
-rw-r--r-- | sys/arch/alpha/tc/cfbvar.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/alpha/tc/cfbvar.h b/sys/arch/alpha/tc/cfbvar.h index 6bb6217d0c6..1eada4d768e 100644 --- a/sys/arch/alpha/tc/cfbvar.h +++ b/sys/arch/alpha/tc/cfbvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cfbvar.h,v 1.4 1997/11/06 12:27:05 niklas Exp $ */ +/* $OpenBSD: cfbvar.h,v 1.5 2000/08/04 16:45:47 ericj Exp $ */ /* $NetBSD: cfbvar.h,v 1.1 1996/05/01 23:25:04 cgd Exp $ */ /* @@ -30,7 +30,6 @@ #include <machine/cfbreg.h> #include <dev/rcons/raster.h> -#include <dev/wscons/wsconsvar.h> #include <dev/wscons/wscons_raster.h> struct cfb_devconfig; @@ -60,4 +59,10 @@ struct cfb_softc { struct device sc_dev; struct cfb_devconfig *sc_dc; /* device configuration */ + + int nscreens; }; + +#if 0 +int cfb_cnattach __P((tc_addr_t)); +#endif |