Sign in
linux
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
e09d13c4c8805546d97bcc8c508c07f7d8f4c8e8
/
.
/
arch
/
parisc
/
include
/
asm
/
string.h
blob: eda01be65e352c9f7db53312ea2bb81f5d6a383c [
file
] [
log
] [
blame
]
#ifndef
_PA_STRING_H_
#define
_PA_STRING_H_
#define
__HAVE_ARCH_MEMSET
extern
void
*
memset
(
void
*,
int
,
size_t
);
#define
__HAVE_ARCH_MEMCPY
void
*
memcpy
(
void
*
dest
,
const
void
*
src
,
size_t
count
);
#endif