]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - arch/sparc/include/asm/sections.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / arch / sparc / include / asm / sections.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
86ed40bd
SR
2#ifndef __SPARC_SECTIONS_H
3#define __SPARC_SECTIONS_H
4
5/* nothing to see, move along */
6#include <asm-generic/sections.h>
7
8/* sparc entry point */
9extern char _start[];
10
5b8b93c4
SR
11extern char __leon_1insn_patch[];
12extern char __leon_1insn_patch_end[];
13
1da177e4 14#endif