Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
uaccess.h File Reference
#include <linux/types.h>
#include <linux/compiler.h>
#include <linux/string.h>
#include <asm-generic/uaccess.h>

Go to the source code of this file.

Macros

#define __copy_to_user   __copy_to_user
 
#define __copy_from_user   __copy_from_user
 

Functions

int _access_ok (unsigned long addr, unsigned long size)
 

Macro Definition Documentation

#define __copy_from_user   __copy_from_user

Definition at line 98 of file uaccess.h.

#define __copy_to_user   __copy_to_user

Definition at line 97 of file uaccess.h.

Function Documentation

int _access_ok ( unsigned long  addr,
unsigned long  size 
)