18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * string.h: External definitions for optimized assembly string
48c2ecf20Sopenharmony_ci *           routines for the Linux Kernel.
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (C) 1995,1996 David S. Miller (davem@caip.rutgers.edu)
78c2ecf20Sopenharmony_ci * Copyright (C) 1996,1997,1999 Jakub Jelinek (jakub@redhat.com)
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef __SPARC64_STRING_H__
118c2ecf20Sopenharmony_ci#define __SPARC64_STRING_H__
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#include <asm/asi.h>
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#endif /* !(__SPARC64_STRING_H__) */
16