further fixes to biosemu, added offscreen

This commit is contained in:
Markus Fröschle
2013-12-29 15:35:40 +00:00
parent 66b47215ef
commit 77d593a46f
6 changed files with 359 additions and 63 deletions

View File

@@ -475,7 +475,7 @@ extern void framebuffer_release(struct fb_info *info);
/* offscreen.c */
extern long offscreen_free(struct fb_info *info, long addr);
extern long offscreen_alloc(struct fb_info *info, long amount);
extern long offscren_reserved(void);
extern long offscren_reserved(struct fb_info *info);
extern void offscreen_init(struct fb_info *info);
/* fbmon.c */