]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-parisc/string.h
Auto-update from upstream
[mirror_ubuntu-bionic-kernel.git] / include / asm-parisc / string.h
CommitLineData
1da177e4
LT
1#ifndef _PA_STRING_H_
2#define _PA_STRING_H_
3
4#define __HAVE_ARCH_MEMSET
5extern void * memset(void *, int, size_t);
6
7#define __HAVE_ARCH_MEMCPY
8void * memcpy(void * dest,const void *src,size_t count);
9
10#endif