COPY_TO_USER_FROMIO

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

 

NAME

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

SYNOPSIS

"SYNOPSIS"

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

ARGUMENTS

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

DESCRIPTION

Copies the data from mmio-space to user-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: 07:07:02 GMT, October 06, 2005