string.h 264 B

123456789101112
  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. #define __HAVE_ARCH_MEMSET
  9. extern void *memset(void *s, int c, __kernel_size_t n);
  10. #endif /* __ASM_AVR32_STRING_H */