diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 0de426026f4a..c4e1b3d2ecf9 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
@@ -895,6 +895,12 @@ extern int fb_blank(struct fb_info *info, int blank); | |||
895 | extern void cfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect); | 895 | extern void cfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect); |
896 | extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); | 896 | extern void cfb_copyarea(struct fb_info *info, const struct fb_copyarea *area); |
897 | extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image); | 897 | extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image); |
898 | /* | ||
899 | * Drawing operations where framebuffer is in system RAM | ||
900 | */ | ||
901 | extern void sys_fillrect(struct fb_info *info, const struct fb_fillrect *rect); | ||
902 | extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area); | ||
903 | extern void sys_imageblit(struct fb_info *info, const struct fb_image *image); | ||
898 | 904 | ||
899 | /* drivers/video/fbmem.c */ | 905 | /* drivers/video/fbmem.c */ |
900 | extern int register_framebuffer(struct fb_info *fb_info); | 906 | extern int register_framebuffer(struct fb_info *fb_info); |