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

Go to the source code of this file.

Macros

#define __HAVE_ARCH_MEMCPY
 

Functions

asmlinkage voidmemcpy (void *to, const void *from, size_t n)
 

Macro Definition Documentation

#define __HAVE_ARCH_MEMCPY

Definition at line 19 of file string.h.

Function Documentation

asmlinkage void* memcpy ( void dest,
const void src,
size_t  count 
)

memcpy - Copy one area of memory to another : Where to copy to : Where to copy from : The size of the area.

You should not use this function to access IO space, use memcpy_toio() or memcpy_fromio() instead.

Definition at line 151 of file memcpy.c.