fb_copy_cmap
ret = fb_copy_cmap(fb_default_cmap(len), cmap);
fb_copy_cmap(cmap, &info->cmap);
EXPORT_SYMBOL(fb_copy_cmap);
fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap);
extern int fb_copy_cmap(const struct fb_cmap *from, struct fb_cmap *to);