1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* $Id: strlen.S,v 1.2 2001/06/29 14:07:15 gniibe Exp $
4 * "strlen" implementation of SuperH
6 * Copyright (C) 1999 Kaz Kojima
10 /* size_t strlen (const char *s) */
12 #include <linux/linkage.h>
50 #ifndef __LITTLE_ENDIAN__