COPY_FROM_USER_TOIO

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

 

NAME

copy_from_user_toio - copy data from user-space to mmio-space  

SYNOPSIS

"SYNOPSIS"

int copy_from_user_toio (unsigned long dst, const void * src, size_t count);  

ARGUMENTS

dst
the destination pointer on mmio-space
src
the source pointer on user-space
count
the data size to copy in bytes
 

DESCRIPTION

Copies the data from user-space to mmio-space.

Returns zero if successful, or non-zero on failure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:24 GMT, October 06, 2005