fbgen_get_cmap

Section: Kernel Hacker's Manual (9)
Updated: fbgen_get_cmap
Index Return to Main Contents
 

NAME

fbgen_get_cmap - get the colormap  

SYNOPSIS

int fbgen_get_cmap (struct fb_cmap *cmap, int kspc, int con, struct fb_info *info);  

ARGUMENTS

cmap

 frame buffer colormap structure
kspc

 boolean, 0 copy local, 1 put_user function
con

 virtual console number
info

 frame buffer info structure
 

DESCRIPTION

Gets the colormap for virtual console con and places it into cmap for device info.

Returns negative errno on error, or zero for success.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:52:41 GMT, June 12, 2005