stm32: Correct positioning of declaration
[oweals/u-boot.git] / arch / avr32 / include / asm / string.h
1 /*
2  * Copyright (C) 2006 Atmel Corporation
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 #ifndef __ASM_AVR32_STRING_H
7 #define __ASM_AVR32_STRING_H
8
9 #define __HAVE_ARCH_MEMSET
10 extern void *memset(void *s, int c, __kernel_size_t n);
11
12 #endif /* __ASM_AVR32_STRING_H */