1. NAME

fb_set_cmap - set the colormap

2. SYNOPSIS

int fb_set_cmap(struct fb_cmap *  cmap , struct fb_info *  info );

3. ARGUMENTS

cmap
    frame buffer colormap structure

info
    frame buffer info structure

4. DESCRIPTION

Sets the colormap cmap for a screen of device info.

Returns negative errno on error, or zero on success.

5. COPYRIGHT