X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-avr32%2Fstring.h;h=58582a3115ddc7e78a902deea11ef5cdaf280cd3;hb=31d826722434931e1152a09d140187dcf72f8aac;hp=8b05d1a031e029f6f4ec03dd4d71cfbc9bf0935d;hpb=4e53a25855701c312e84404e183e7159e0766a23;p=u-boot diff --git a/include/asm-avr32/string.h b/include/asm-avr32/string.h index 8b05d1a031..58582a3115 100644 --- a/include/asm-avr32/string.h +++ b/include/asm-avr32/string.h @@ -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 */