diff options
Diffstat (limited to 'drivers/video/wmt_ge_rops.h')
-rw-r--r-- | drivers/video/wmt_ge_rops.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/wmt_ge_rops.h b/drivers/video/wmt_ge_rops.h new file mode 100644 index 000000000000..87380751a443 --- /dev/null +++ b/drivers/video/wmt_ge_rops.h | |||
@@ -0,0 +1,5 @@ | |||
1 | extern void wmt_ge_fillrect(struct fb_info *info, | ||
2 | const struct fb_fillrect *rect); | ||
3 | extern void wmt_ge_copyarea(struct fb_info *info, | ||
4 | const struct fb_copyarea *area); | ||
5 | extern int wmt_ge_sync(struct fb_info *info); | ||