1. NAME

fb_copy_cmap - copy a colormap

2. SYNOPSIS

int fb_copy_cmap(const struct fb_cmap *  from , struct fb_cmap *  to );

3. ARGUMENTS

from
    frame buffer colormap structure

to
    frame buffer colormap structure

4. DESCRIPTION

Copy contents of colormap from from to to.

5. COPYRIGHT