Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | __HAVE_ARCH_MEMSET |
#define | __HAVE_ARCH_MEMCPY |
Functions | |
void * | memset (void *b, int c, size_t len) |
void * | memcpy (void *to, const void *from, size_t len) |
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.