Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
parisc
include
asm
string.h
Go to the documentation of this file.
1
#ifndef _PA_STRING_H_
2
#define _PA_STRING_H_
3
4
#define __HAVE_ARCH_MEMSET
5
extern
void
*
memset
(
void
*,
int
,
size_t
);
6
7
#define __HAVE_ARCH_MEMCPY
8
void
*
memcpy
(
void
*
dest
,
const
void
*
src
,
size_t
count
);
9
10
#endif
Generated on Thu Jan 10 2013 12:50:36 for Linux Kernel by
1.8.2