summaryrefslogtreecommitdiff
path: root/include/asm-arm/string.h
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2003-09-17 00:40:21 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2003-09-17 00:40:21 +0100
commit2c5f9243e19a1d180ddb80b14bc0b3e56bbd7271 (patch)
treefe997d5e7de4c627dee1938f341fceacc6ed6c36 /include/asm-arm/string.h
parent04e8f7d2044d77d3dbb17fc15bba546008369997 (diff)
[ARM] Provide __HAVE_ARCH_BCOPY
This squashes another compiler warning.
Diffstat (limited to 'include/asm-arm/string.h')
-rw-r--r--include/asm-arm/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/string.h b/include/asm-arm/string.h
index 2a8ab162412f..2150a481b890 100644
--- a/include/asm-arm/string.h
+++ b/include/asm-arm/string.h
@@ -25,6 +25,8 @@ extern void * memchr(const void *, int, __kernel_size_t);
#define __HAVE_ARCH_MEMSET
extern void * memset(void *, int, __kernel_size_t);
+#define __HAVE_ARCH_BCOPY
+
extern void __memzero(void *ptr, __kernel_size_t n);
#define memset(p,v,n) \