(CR):[Kane]:[factory]tcmd:add lcd disp_util function
authorxingbin <xingbin@huaqin.com>
Mon, 15 Oct 2018 03:37:37 +0000 (11:37 +0800)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:44 +0000 (20:23 +0300)
Change-Id: I9ac688b1e728c10423fb121b0b49e3e89fb9ffb8
Signed-off-by: xingbin <xingbin@huaqin.com>
include/linux/fb.h

index 2535da462b5ea4b5cd2d9c6cd014ab8030a125ac..6e29e1e29a3e029468deac335b050195fd6ba676 100755 (executable)
@@ -771,6 +771,7 @@ extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);
 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
 extern int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *fb_info);
+extern int fb_user_to_kernel(struct fb_regrw_access_t_user *from_rw, struct fb_regrw_access_t **to_rw);
 extern const struct fb_cmap *fb_default_cmap(int len);
 extern void fb_invert_cmaps(void);