FB_COPY_CMAP

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

fb_copy_cmap - copy a colormap  

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

from
frame buffer colormap structure
to
frame buffer colormap structure
fsfromto
determine copy method
 

DESCRIPTION

Copy contents of colormap from from to to.  

0

memcpy function  

1

copy_from_user function to copy from userspace  

2

copy_to_user function to copy to userspace


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
0
1
2

This document was created by man2html, using the manual pages.
Time: 06:20:48 GMT, October 06, 2005