fb_cmap_user
struct fb_cmap_user cmap;
cmap = (struct fb_cmap_user) {
struct fb_cmap_user cmap;
int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to)
int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *info)
struct fb_cmap_user cmap; /* color map info */
extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
extern int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *fb_info);