summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/parisc/include/asm/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/parisc/include/asm/string.h')
-rw-r--r--ANDROID_3.4.5/arch/parisc/include/asm/string.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/arch/parisc/include/asm/string.h b/ANDROID_3.4.5/arch/parisc/include/asm/string.h
deleted file mode 100644
index eda01be6..00000000
--- a/ANDROID_3.4.5/arch/parisc/include/asm/string.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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