Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <asm/uaccess.h>
Go to the source code of this file.
Functions | |
unsigned long | copy_from_user (void *to, const void __user *from, unsigned long n) |
unsigned long | copy_to_user (void __user *to, const void *from, unsigned long n) |
unsigned long | copy_in_user (void __user *to, const void __user *from, unsigned long n) |
EXPORT_SYMBOL (copy_from_user) | |
EXPORT_SYMBOL (copy_to_user) | |
EXPORT_SYMBOL (copy_in_user) | |
Definition at line 12 of file usercopy_64.c.
Definition at line 28 of file usercopy_64.c.
Definition at line 21 of file usercopy_64.c.
EXPORT_SYMBOL | ( | copy_from_user | ) |
EXPORT_SYMBOL | ( | copy_to_user | ) |
EXPORT_SYMBOL | ( | copy_in_user | ) |