summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/font_internal.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/framebuffer/font_internal.c b/framebuffer/font_internal.c
index 60f1b8e5a..dc1b35820 100644
--- a/framebuffer/font_internal.c
+++ b/framebuffer/font_internal.c
@@ -31,7 +31,12 @@
bool fb_font_init(void)
{
- return true;
+ return true;
+}
+
+bool fb_font_finalise(void)
+{
+ return true;
}
const struct fb_font_desc*