diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-12-27 17:23:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-12-27 17:23:04 +0000 |
commit | 073ea490348952e1152028e8d95966914d863f41 (patch) | |
tree | 9c5d64b125cf7c1be1c7aca3ed748fd1fd477982 /sys/arch/sparc64/include/fbvar.h | |
parent | 47a5311facf8181b72c48bcce4a40d912fdd2e99 (diff) |
Sync the sparc64 fb* api with the recent changes done on sparc.
Diffstat (limited to 'sys/arch/sparc64/include/fbvar.h')
-rw-r--r-- | sys/arch/sparc64/include/fbvar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/fbvar.h b/sys/arch/sparc64/include/fbvar.h index 59a1aeb38bd..aadb7339ac3 100644 --- a/sys/arch/sparc64/include/fbvar.h +++ b/sys/arch/sparc64/include/fbvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fbvar.h,v 1.6 2006/03/12 22:53:02 miod Exp $ */ +/* $OpenBSD: fbvar.h,v 1.7 2008/12/27 17:23:03 miod Exp $ */ /* $NetBSD: fbvar.h,v 1.9 1997/07/07 23:31:30 pk Exp $ */ /* @@ -62,6 +62,7 @@ struct sunfb { struct wsscreen_descr sf_wsd; struct wsscreen_list sf_wsl; struct wsscreen_descr *sf_scrlist[1]; + int sf_nscreens; }; /* @@ -70,7 +71,7 @@ struct sunfb { extern int fbnode; void fb_setsize(struct sunfb*, int, int, int, int, int); -void fbwscons_init(struct sunfb *, int); +void fbwscons_init(struct sunfb *, int, int); void fbwscons_console_init(struct sunfb *, int); void fbwscons_setcolormap(struct sunfb *, void (*)(void *, u_int, u_int8_t, u_int8_t, u_int8_t)); |