.TH "fbgen_get_cmap" 9 "fbgen_get_cmap" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME fbgen_get_cmap \- get the colormap .SH SYNOPSIS .B "int" fbgen_get_cmap .BI "(struct fb_cmap *" cmap "," .BI "int " kspc "," .BI "int " con "," .BI "struct fb_info *" info ");" .SH ARGUMENTS .IP "cmap" 12 frame buffer colormap structure .IP "kspc" 12 boolean, 0 copy local, 1 \fBput_user\fP function .IP "con" 12 virtual console number .IP "info" 12 frame buffer info structure .SH "DESCRIPTION" Gets the colormap for virtual console \fIcon\fP and places it into \fIcmap\fP for device \fIinfo\fP. Returns negative errno on error, or zero for success.