blob: dba0219fb38f3e632ba83b194cf32e61de6072be [file] [log] [blame]
Wolfgang Denk7b64fef2006-10-24 14:21:16 +02001/*
2 * Copyright (C) 2006 Atmel Corporation
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Wolfgang Denk7b64fef2006-10-24 14:21:16 +02005 */
6#ifndef __ASM_AVR32_STRING_H
7#define __ASM_AVR32_STRING_H
8
9#define __HAVE_ARCH_MEMSET
Semih Hazar2c05fd12007-08-20 19:00:01 +030010extern void *memset(void *s, int c, __kernel_size_t n);
Wolfgang Denk7b64fef2006-10-24 14:21:16 +020011
12#endif /* __ASM_AVR32_STRING_H */