summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw/ofw_syscons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/ofw/ofw_syscons.h')
-rw-r--r--sys/powerpc/ofw/ofw_syscons.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/powerpc/ofw/ofw_syscons.h b/sys/powerpc/ofw/ofw_syscons.h
index 5c7f46d..05b21be 100644
--- a/sys/powerpc/ofw/ofw_syscons.h
+++ b/sys/powerpc/ofw/ofw_syscons.h
@@ -36,6 +36,7 @@ struct ofwfb_softc {
int sc_console;
intptr_t sc_addr;
+ int sc_depth;
int sc_height;
int sc_width;
int sc_stride;
@@ -47,6 +48,9 @@ struct ofwfb_softc {
u_char *sc_font;
int sc_font_height;
+
+ vi_blank_display_t *sc_blank;
+ vi_putc_t *sc_putc;
};
#endif
OpenPOWER on IntegriCloud