]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/sparc/include/asm/string_32.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / sparc / include / asm / string_32.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * string.h: External definitions for optimized assembly string
4 * routines for the Linux Kernel.
5 *
6 * Copyright (C) 1995,1996 David S. Miller (davem@caip.rutgers.edu)
7 * Copyright (C) 1996,1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
8 */
9
10 #ifndef __SPARC_STRING_H__
11 #define __SPARC_STRING_H__
12
13 #include <asm/page.h>
14
15 #endif /* !(__SPARC_STRING_H__) */