fb_get_cmap
Section: Kernel Hacker's Manual (9)
Updated: fb_get_cmap
Index
Return to Main Contents
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:15:44 GMT, June 12, 2005