diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-08-04 16:45:48 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-08-04 16:45:48 +0000 |
commit | e640d975aff83d74ed898bc9958819ffef6d5024 (patch) | |
tree | 258685ed60b92e2309cf6b7e65e4bc0c32d0112c /sys/arch/alpha/tc/cfbvar.h | |
parent | b1ab130ebe1061631d5465253f2334914def8120 (diff) |
convert sfb and cfb to use new wscons; from NetBSD.
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 |