]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-avr32/string.h
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / include / asm-avr32 / string.h
index 8b05d1a031e029f6f4ec03dd4d71cfbc9bf0935d..58582a3115ddc7e78a902deea11ef5cdaf280cd3 100755 (executable)
@@ -23,6 +23,6 @@
 #define __ASM_AVR32_STRING_H
 
 #define __HAVE_ARCH_MEMSET
-extern void *memset(void *s, int c, size_t n);
+extern void *memset(void *s, int c, __kernel_size_t n);
 
 #endif /* __ASM_AVR32_STRING_H */