summaryrefslogtreecommitdiff
path: root/sys/dev/fb/creatorreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fb/creatorreg.h')
-rw-r--r--sys/dev/fb/creatorreg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/fb/creatorreg.h b/sys/dev/fb/creatorreg.h
index ce79582360e4..87fe9808cd78 100644
--- a/sys/dev/fb/creatorreg.h
+++ b/sys/dev/fb/creatorreg.h
@@ -231,6 +231,9 @@ struct creator_softc {
int sc_bg_cache;
int sc_fg_cache;
int sc_fifo_cache;
+ int sc_fontinc_cache;
+ int sc_fontw_cache;
+ int sc_pmask_cache;
int sc_flags;
#define CREATOR_AFB (1 << 0)