Add font_finalise.
This commit is contained in:
parent
897cbb7df1
commit
4fa77f9686
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue