diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-11 19:11:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-11 19:11:52 +0000 |
commit | ba0bc613711d8eafa59eaaaad0a136d1566e7e36 (patch) | |
tree | c6824e663bca862b76bd43581c2184eebb7d93c7 /sys/dev/ic/stivar.h | |
parent | d1feb7b418991fc0cfa458cdf2abd71c8d4ea136 (diff) |
Byte-prom font loading support.
ok mickey@
Diffstat (limited to 'sys/dev/ic/stivar.h')
-rw-r--r-- | sys/dev/ic/stivar.h | 5 |
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; |