diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index acb6ddb68fa2..70d154a02c5c 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h | |||
| @@ -903,6 +903,10 @@ extern void cfb_imageblit(struct fb_info *info, const struct fb_image *image); | |||
| 903 | extern void sys_fillrect(struct fb_info *info, const struct fb_fillrect *rect); | 903 | extern void sys_fillrect(struct fb_info *info, const struct fb_fillrect *rect); |
| 904 | extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area); | 904 | extern void sys_copyarea(struct fb_info *info, const struct fb_copyarea *area); |
| 905 | extern void sys_imageblit(struct fb_info *info, const struct fb_image *image); | 905 | extern void sys_imageblit(struct fb_info *info, const struct fb_image *image); |
| 906 | extern ssize_t fb_sys_read(struct fb_info *info, char __user *buf, | ||
| 907 | size_t count, loff_t *ppos); | ||
| 908 | extern ssize_t fb_sys_write(struct fb_info *info, const char __user *buf, | ||
| 909 | size_t count, loff_t *ppos); | ||
| 906 | 910 | ||
| 907 | /* drivers/video/fbmem.c */ | 911 | /* drivers/video/fbmem.c */ |
| 908 | extern int register_framebuffer(struct fb_info *fb_info); | 912 | extern int register_framebuffer(struct fb_info *fb_info); |
