1 #ifdef CONFIG_FB_WMT_GE_ROPS
3 extern void wmt_ge_fillrect(struct fb_info
*info
,
4 const struct fb_fillrect
*rect
);
5 extern void wmt_ge_copyarea(struct fb_info
*info
,
6 const struct fb_copyarea
*area
);
7 extern int wmt_ge_sync(struct fb_info
*info
);
11 static inline int wmt_ge_sync(struct fb_info
*p
)
16 static inline void wmt_ge_fillrect(struct fb_info
*p
,
17 const struct fb_fillrect
*rect
)
19 sys_fillrect(p
, rect
);
22 static inline void wmt_ge_copyarea(struct fb_info
*p
,
23 const struct fb_copyarea
*area
)
25 sys_copyarea(p
, area
);