summaryrefslogtreecommitdiff
path: root/sys/dev/ic/stivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/stivar.h')
-rw-r--r--sys/dev/ic/stivar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/stivar.h b/sys/dev/ic/stivar.h
index 42b38d2b9df..8c673411224 100644
--- a/sys/dev/ic/stivar.h
+++ b/sys/dev/ic/stivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stivar.h,v 1.7 2003/01/31 17:00:19 miod Exp $ */
+/* $OpenBSD: stivar.h,v 1.8 2003/02/11 19:11:51 miod Exp $ */
/*
* Copyright (c) 2000-2003 Michael Shalayeff
@@ -51,7 +51,8 @@ struct sti_softc {
bus_space_handle_t ioh, romh, fbh;
struct sti_dd sc_dd; /* in word format */
- struct sti_font *sc_curfont;
+ struct sti_font sc_curfont;
+ void *sc_romfont;
struct sti_cfg sc_cfg;
struct sti_ecfg sc_ecfg;