1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* $Id: memchr.S,v 1.1 2000/04/14 16:49:01 mjd Exp $
4 * "memchr" implementation of SuperH
6 * Copyright (C) 1999 Niibe Yutaka
11 * void *memchr(const void *s, int c, size_t n);
14 #include <linux/linkage.h>