repo.or.cz
/
wandboard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usb gadget: fix fsl_usb2_udc potential OOPS
[wandboard.git]
/
include
/
asm-parisc
/
string.h
blob
eda01be65e352c9f7db53312ea2bb81f5d6a383c
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