diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:27:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-08 08:27:49 +0000 |
commit | c6af50ae96c114059441edde31a2879102e32d99 (patch) | |
tree | e77d44cd72b4d881fb3461d76bdd50f77adc0966 /sys/arch/sparc/include/fbvar.h | |
parent | c1492b0f5209b759b0ab6624db56b310c28e48e2 (diff) |
Mostly sync to NetBSD-current 970804.
GENERIC currently compiles and runs; some devices (isp) are not complete and
not yet enabled.
Diffstat (limited to 'sys/arch/sparc/include/fbvar.h')
-rw-r--r-- | sys/arch/sparc/include/fbvar.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/fbvar.h b/sys/arch/sparc/include/fbvar.h index d5f3e8855c5..75117be959c 100644 --- a/sys/arch/sparc/include/fbvar.h +++ b/sys/arch/sparc/include/fbvar.h @@ -1,4 +1,5 @@ -/* $NetBSD: fbvar.h,v 1.7 1996/02/27 22:09:39 thorpej Exp $ */ +/* $OpenBSD: fbvar.h,v 1.3 1997/08/08 08:26:18 downsj Exp $ */ +/* $NetBSD: fbvar.h,v 1.9 1997/07/07 23:31:30 pk Exp $ */ /* * Copyright (c) 1992, 1993 @@ -93,7 +94,10 @@ void fb_attach __P((struct fbdevice *, int)); void fb_setsize __P((struct fbdevice *, int, int, int, int, int)); #ifdef RASTERCONSOLE void fbrcons_init __P((struct fbdevice *)); +int fbrcons_rows __P((void)); +int fbrcons_cols __P((void)); #endif + #if defined(SUN4) int fb_pfour_id __P((void *)); int fb_pfour_get_video __P((struct fbdevice *)); |