Provided by:
kernel-doc-2.4.27_2.4.27-12_all 
NAME
fb_get_cmap - get a colormap
SYNOPSIS
int fb_get_cmap (struct fb_cmap *cmap, int kspc, int (*getcolreg)
(u_int, u_int *, u_int *, u_int *, u_int *, struct
fb_info *), struct fb_info *info);
ARGUMENTS
cmap frame buffer colormap
kspc boolean, 0 copy local, 1 put_user function
getcolreg pointer to a function to get a color register
info frame buffer info structure
DESCRIPTION
Get a colormap cmap for a screen of device info.
Returns negative errno on error, or zero on success.