Add font_finalise.

This commit is contained in:
Michael Drake 2013-10-23 21:32:16 +01:00
parent 897cbb7df1
commit 4fa77f9686
1 changed files with 6 additions and 1 deletions

View File

@ -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*