summaryrefslogtreecommitdiff
path: root/framebuffer/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/font.h')
-rw-r--r--framebuffer/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/framebuffer/font.h b/framebuffer/font.h
index 5ae5bb3ad..6350421e7 100644
--- a/framebuffer/font.h
+++ b/framebuffer/font.h
@@ -21,6 +21,8 @@
#include "utils/utf8.h"
+extern struct gui_utf8_table *framebuffer_utf8_table;
+
bool fb_font_init(void);
bool fb_font_finalise(void);