blob: 87380751a4437d85d537c2f7dcc4f1d47a5deae6 (
plain)
1
2
3
4
5
|
extern void wmt_ge_fillrect(struct fb_info *info,
const struct fb_fillrect *rect);
extern void wmt_ge_copyarea(struct fb_info *info,
const struct fb_copyarea *area);
extern int wmt_ge_sync(struct fb_info *info);
|